We recommend new projects start with resources from the AWS provider.
aws-native.ses.MailManagerIngressPoint
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Definition of AWS::SES::MailManagerIngressPoint Resource Type
Create MailManagerIngressPoint Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new MailManagerIngressPoint(name: string, args: MailManagerIngressPointArgs, opts?: CustomResourceOptions);@overload
def MailManagerIngressPoint(resource_name: str,
                            args: MailManagerIngressPointArgs,
                            opts: Optional[ResourceOptions] = None)
@overload
def MailManagerIngressPoint(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            rule_set_id: Optional[str] = None,
                            traffic_policy_id: Optional[str] = None,
                            type: Optional[MailManagerIngressPointIngressPointType] = None,
                            ingress_point_configuration: Optional[Union[MailManagerIngressPointIngressPointConfiguration0PropertiesArgs, MailManagerIngressPointIngressPointConfiguration1PropertiesArgs]] = None,
                            ingress_point_name: Optional[str] = None,
                            status_to_update: Optional[MailManagerIngressPointIngressPointStatusToUpdate] = None,
                            tags: Optional[Sequence[_root_inputs.TagArgs]] = None)func NewMailManagerIngressPoint(ctx *Context, name string, args MailManagerIngressPointArgs, opts ...ResourceOption) (*MailManagerIngressPoint, error)public MailManagerIngressPoint(string name, MailManagerIngressPointArgs args, CustomResourceOptions? opts = null)
public MailManagerIngressPoint(String name, MailManagerIngressPointArgs args)
public MailManagerIngressPoint(String name, MailManagerIngressPointArgs args, CustomResourceOptions options)
type: aws-native:ses:MailManagerIngressPoint
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args MailManagerIngressPointArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args MailManagerIngressPointArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args MailManagerIngressPointArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args MailManagerIngressPointArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args MailManagerIngressPointArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
MailManagerIngressPoint Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The MailManagerIngressPoint resource accepts the following input properties:
- RuleSet stringId 
- The identifier of an existing rule set that you attach to an ingress endpoint resource.
- TrafficPolicy stringId 
- The identifier of an existing traffic policy that you attach to an ingress endpoint resource.
- Type
Pulumi.Aws Native. Ses. Mail Manager Ingress Point Ingress Point Type 
- The type of the ingress endpoint to create.
- IngressPoint Pulumi.Configuration Aws | Pulumi.Native. Ses. Inputs. Mail Manager Ingress Point Ingress Point Configuration0Properties Aws Native. Ses. Inputs. Mail Manager Ingress Point Ingress Point Configuration1Properties 
- The configuration of the ingress endpoint resource.
- IngressPoint stringName 
- A user friendly name for an ingress endpoint resource.
- StatusTo Pulumi.Update Aws Native. Ses. Mail Manager Ingress Point Ingress Point Status To Update 
- The update status of an ingress endpoint.
- 
List<Pulumi.Aws Native. Inputs. Tag> 
- The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- RuleSet stringId 
- The identifier of an existing rule set that you attach to an ingress endpoint resource.
- TrafficPolicy stringId 
- The identifier of an existing traffic policy that you attach to an ingress endpoint resource.
- Type
MailManager Ingress Point Ingress Point Type 
- The type of the ingress endpoint to create.
- IngressPoint MailConfiguration Manager | MailIngress Point Ingress Point Configuration0Properties Args Manager Ingress Point Ingress Point Configuration1Properties Args 
- The configuration of the ingress endpoint resource.
- IngressPoint stringName 
- A user friendly name for an ingress endpoint resource.
- StatusTo MailUpdate Manager Ingress Point Ingress Point Status To Update 
- The update status of an ingress endpoint.
- 
TagArgs 
- The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- ruleSet StringId 
- The identifier of an existing rule set that you attach to an ingress endpoint resource.
- trafficPolicy StringId 
- The identifier of an existing traffic policy that you attach to an ingress endpoint resource.
- type
MailManager Ingress Point Ingress Point Type 
- The type of the ingress endpoint to create.
- ingressPoint MailConfiguration Manager | MailIngress Point Ingress Point Configuration0Properties Manager Ingress Point Ingress Point Configuration1Properties 
- The configuration of the ingress endpoint resource.
- ingressPoint StringName 
- A user friendly name for an ingress endpoint resource.
- statusTo MailUpdate Manager Ingress Point Ingress Point Status To Update 
- The update status of an ingress endpoint.
- List<Tag>
- The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- ruleSet stringId 
- The identifier of an existing rule set that you attach to an ingress endpoint resource.
- trafficPolicy stringId 
- The identifier of an existing traffic policy that you attach to an ingress endpoint resource.
- type
MailManager Ingress Point Ingress Point Type 
- The type of the ingress endpoint to create.
- ingressPoint MailConfiguration Manager | MailIngress Point Ingress Point Configuration0Properties Manager Ingress Point Ingress Point Configuration1Properties 
- The configuration of the ingress endpoint resource.
- ingressPoint stringName 
- A user friendly name for an ingress endpoint resource.
- statusTo MailUpdate Manager Ingress Point Ingress Point Status To Update 
- The update status of an ingress endpoint.
- Tag[]
- The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- rule_set_ strid 
- The identifier of an existing rule set that you attach to an ingress endpoint resource.
- traffic_policy_ strid 
- The identifier of an existing traffic policy that you attach to an ingress endpoint resource.
- type
MailManager Ingress Point Ingress Point Type 
- The type of the ingress endpoint to create.
- ingress_point_ Mailconfiguration Manager | MailIngress Point Ingress Point Configuration0Properties Args Manager Ingress Point Ingress Point Configuration1Properties Args 
- The configuration of the ingress endpoint resource.
- ingress_point_ strname 
- A user friendly name for an ingress endpoint resource.
- status_to_ Mailupdate Manager Ingress Point Ingress Point Status To Update 
- The update status of an ingress endpoint.
- 
Sequence[TagArgs] 
- The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- ruleSet StringId 
- The identifier of an existing rule set that you attach to an ingress endpoint resource.
- trafficPolicy StringId 
- The identifier of an existing traffic policy that you attach to an ingress endpoint resource.
- type "OPEN" | "AUTH"
- The type of the ingress endpoint to create.
- ingressPoint Property Map | Property MapConfiguration 
- The configuration of the ingress endpoint resource.
- ingressPoint StringName 
- A user friendly name for an ingress endpoint resource.
- statusTo "ACTIVE" | "CLOSED"Update 
- The update status of an ingress endpoint.
- List<Property Map>
- The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
Outputs
All input properties are implicitly available as output properties. Additionally, the MailManagerIngressPoint resource produces the following output properties:
- ARecord string
- The DNS A Record that identifies your ingress endpoint. Configure your DNS Mail Exchange (MX) record with this value to route emails to Mail Manager.
- Id string
- The provider-assigned unique ID for this managed resource.
- IngressPoint stringArn 
- The Amazon Resource Name (ARN) of the ingress endpoint resource.
- IngressPoint stringId 
- The identifier of the ingress endpoint resource.
- Status
Pulumi.Aws Native. Ses. Mail Manager Ingress Point Ingress Point Status 
- The status of the ingress endpoint resource.
- ARecord string
- The DNS A Record that identifies your ingress endpoint. Configure your DNS Mail Exchange (MX) record with this value to route emails to Mail Manager.
- Id string
- The provider-assigned unique ID for this managed resource.
- IngressPoint stringArn 
- The Amazon Resource Name (ARN) of the ingress endpoint resource.
- IngressPoint stringId 
- The identifier of the ingress endpoint resource.
- Status
MailManager Ingress Point Ingress Point Status 
- The status of the ingress endpoint resource.
- aRecord String
- The DNS A Record that identifies your ingress endpoint. Configure your DNS Mail Exchange (MX) record with this value to route emails to Mail Manager.
- id String
- The provider-assigned unique ID for this managed resource.
- ingressPoint StringArn 
- The Amazon Resource Name (ARN) of the ingress endpoint resource.
- ingressPoint StringId 
- The identifier of the ingress endpoint resource.
- status
MailManager Ingress Point Ingress Point Status 
- The status of the ingress endpoint resource.
- aRecord string
- The DNS A Record that identifies your ingress endpoint. Configure your DNS Mail Exchange (MX) record with this value to route emails to Mail Manager.
- id string
- The provider-assigned unique ID for this managed resource.
- ingressPoint stringArn 
- The Amazon Resource Name (ARN) of the ingress endpoint resource.
- ingressPoint stringId 
- The identifier of the ingress endpoint resource.
- status
MailManager Ingress Point Ingress Point Status 
- The status of the ingress endpoint resource.
- a_record str
- The DNS A Record that identifies your ingress endpoint. Configure your DNS Mail Exchange (MX) record with this value to route emails to Mail Manager.
- id str
- The provider-assigned unique ID for this managed resource.
- ingress_point_ strarn 
- The Amazon Resource Name (ARN) of the ingress endpoint resource.
- ingress_point_ strid 
- The identifier of the ingress endpoint resource.
- status
MailManager Ingress Point Ingress Point Status 
- The status of the ingress endpoint resource.
- aRecord String
- The DNS A Record that identifies your ingress endpoint. Configure your DNS Mail Exchange (MX) record with this value to route emails to Mail Manager.
- id String
- The provider-assigned unique ID for this managed resource.
- ingressPoint StringArn 
- The Amazon Resource Name (ARN) of the ingress endpoint resource.
- ingressPoint StringId 
- The identifier of the ingress endpoint resource.
- status "PROVISIONING" | "DEPROVISIONING" | "UPDATING" | "ACTIVE" | "CLOSED" | "FAILED"
- The status of the ingress endpoint resource.
Supporting Types
MailManagerIngressPointIngressPointConfiguration0Properties, MailManagerIngressPointIngressPointConfiguration0PropertiesArgs              
- SmtpPassword string
- SmtpPassword string
- smtpPassword String
- smtpPassword string
- smtp_password str
- smtpPassword String
MailManagerIngressPointIngressPointConfiguration1Properties, MailManagerIngressPointIngressPointConfiguration1PropertiesArgs              
- SecretArn string
- SecretArn string
- secretArn String
- secretArn string
- secret_arn str
- secretArn String
MailManagerIngressPointIngressPointStatus, MailManagerIngressPointIngressPointStatusArgs              
- Provisioning
- PROVISIONING
- Deprovisioning
- DEPROVISIONING
- Updating
- UPDATING
- Active
- ACTIVE
- Closed
- CLOSED
- Failed
- FAILED
- MailManager Ingress Point Ingress Point Status Provisioning 
- PROVISIONING
- MailManager Ingress Point Ingress Point Status Deprovisioning 
- DEPROVISIONING
- MailManager Ingress Point Ingress Point Status Updating 
- UPDATING
- MailManager Ingress Point Ingress Point Status Active 
- ACTIVE
- MailManager Ingress Point Ingress Point Status Closed 
- CLOSED
- MailManager Ingress Point Ingress Point Status Failed 
- FAILED
- Provisioning
- PROVISIONING
- Deprovisioning
- DEPROVISIONING
- Updating
- UPDATING
- Active
- ACTIVE
- Closed
- CLOSED
- Failed
- FAILED
- Provisioning
- PROVISIONING
- Deprovisioning
- DEPROVISIONING
- Updating
- UPDATING
- Active
- ACTIVE
- Closed
- CLOSED
- Failed
- FAILED
- PROVISIONING
- PROVISIONING
- DEPROVISIONING
- DEPROVISIONING
- UPDATING
- UPDATING
- ACTIVE
- ACTIVE
- CLOSED
- CLOSED
- FAILED
- FAILED
- "PROVISIONING"
- PROVISIONING
- "DEPROVISIONING"
- DEPROVISIONING
- "UPDATING"
- UPDATING
- "ACTIVE"
- ACTIVE
- "CLOSED"
- CLOSED
- "FAILED"
- FAILED
MailManagerIngressPointIngressPointStatusToUpdate, MailManagerIngressPointIngressPointStatusToUpdateArgs                  
- Active
- ACTIVE
- Closed
- CLOSED
- MailManager Ingress Point Ingress Point Status To Update Active 
- ACTIVE
- MailManager Ingress Point Ingress Point Status To Update Closed 
- CLOSED
- Active
- ACTIVE
- Closed
- CLOSED
- Active
- ACTIVE
- Closed
- CLOSED
- ACTIVE
- ACTIVE
- CLOSED
- CLOSED
- "ACTIVE"
- ACTIVE
- "CLOSED"
- CLOSED
MailManagerIngressPointIngressPointType, MailManagerIngressPointIngressPointTypeArgs              
- Open
- OPEN
- Auth
- AUTH
- MailManager Ingress Point Ingress Point Type Open 
- OPEN
- MailManager Ingress Point Ingress Point Type Auth 
- AUTH
- Open
- OPEN
- Auth
- AUTH
- Open
- OPEN
- Auth
- AUTH
- OPEN
- OPEN
- AUTH
- AUTH
- "OPEN"
- OPEN
- "AUTH"
- AUTH
Tag, TagArgs  
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.