Class CfnMailManagerAddonInstanceProps
Properties for defining a CfnMailManagerAddonInstance
.
Inheritance
System.Object
CfnMailManagerAddonInstanceProps
Implements
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnMailManagerAddonInstanceProps : Object, ICfnMailManagerAddonInstanceProps
Syntax (vb)
Public Class CfnMailManagerAddonInstanceProps
Inherits Object
Implements ICfnMailManagerAddonInstanceProps
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 cfnMailManagerAddonInstanceProps = new CfnMailManagerAddonInstanceProps {
AddonSubscriptionId = "addonSubscriptionId",
// the properties below are optional
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
CfnMailManagerAddonInstanceProps() |
Properties
AddonSubscriptionId | The subscription ID for the instance. |
Tags | The tags used to organize, track, or control access for the resource. |
Constructors
CfnMailManagerAddonInstanceProps()
public CfnMailManagerAddonInstanceProps()
Properties
AddonSubscriptionId
The subscription ID for the instance.
public string AddonSubscriptionId { 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"} }.