Class CfnMailManagerIngressPointProps
Properties for defining a CfnMailManagerIngressPoint
.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnMailManagerIngressPointProps : Object, ICfnMailManagerIngressPointProps
Syntax (vb)
Public Class CfnMailManagerIngressPointProps
Inherits Object
Implements ICfnMailManagerIngressPointProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.SES;
var cfnMailManagerIngressPointProps = new CfnMailManagerIngressPointProps {
RuleSetId = "ruleSetId",
TrafficPolicyId = "trafficPolicyId",
Type = "type",
// the properties below are optional
IngressPointConfiguration = new IngressPointConfigurationProperty {
SecretArn = "secretArn",
SmtpPassword = "smtpPassword"
},
IngressPointName = "ingressPointName",
StatusToUpdate = "statusToUpdate",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
CfnMailManagerIngressPointProps() |
Properties
IngressPointConfiguration | The configuration of the ingress endpoint resource. |
IngressPointName | A user friendly name for an ingress endpoint resource. |
RuleSetId | The identifier of an existing rule set that you attach to an ingress endpoint resource. |
StatusToUpdate | The update status of an ingress endpoint. |
Tags | The tags used to organize, track, or control access for the resource. |
TrafficPolicyId | The identifier of an existing traffic policy that you attach to an ingress endpoint resource. |
Type | The type of the ingress endpoint to create. |
Constructors
CfnMailManagerIngressPointProps()
public CfnMailManagerIngressPointProps()
Properties
IngressPointConfiguration
The configuration of the ingress endpoint resource.
public object IngressPointConfiguration { get; set; }
Property Value
System.Object
Remarks
IngressPointName
A user friendly name for an ingress endpoint resource.
public string IngressPointName { get; set; }
Property Value
System.String
Remarks
RuleSetId
The identifier of an existing rule set that you attach to an ingress endpoint resource.
public string RuleSetId { get; set; }
Property Value
System.String
Remarks
StatusToUpdate
The update status of an ingress endpoint.
public string StatusToUpdate { get; set; }
Property Value
System.String
Remarks
Tags
The tags used to organize, track, or control access for the resource.
public ICfnTag[] Tags { get; set; }
Property Value
ICfnTag[]
Remarks
For example, { "tags": {"key1":"value1", "key2":"value2"} }.
TrafficPolicyId
The identifier of an existing traffic policy that you attach to an ingress endpoint resource.
public string TrafficPolicyId { get; set; }
Property Value
System.String
Remarks
Type
The type of the ingress endpoint to create.
public string Type { get; set; }
Property Value
System.String