Show / Hide Table of Contents

Class CfnEmailIdentity.ConfigurationSetAttributesProperty

Used to associate a configuration set with an email identity.

Inheritance
System.Object
CfnEmailIdentity.ConfigurationSetAttributesProperty
Implements
CfnEmailIdentity.IConfigurationSetAttributesProperty
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.AWS.SES.dll
Syntax (csharp)
public class ConfigurationSetAttributesProperty : Object, CfnEmailIdentity.IConfigurationSetAttributesProperty
Syntax (vb)
Public Class ConfigurationSetAttributesProperty
    Inherits Object
    Implements CfnEmailIdentity.IConfigurationSetAttributesProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-emailidentity-configurationsetattributes.html

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 configurationSetAttributesProperty = new ConfigurationSetAttributesProperty {
    ConfigurationSetName = "configurationSetName"
};

Synopsis

Constructors

ConfigurationSetAttributesProperty()

Properties

ConfigurationSetName

The configuration set to associate with an email identity.

Constructors

ConfigurationSetAttributesProperty()

public ConfigurationSetAttributesProperty()

Properties

ConfigurationSetName

The configuration set to associate with an email identity.

public string ConfigurationSetName { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-emailidentity-configurationsetattributes.html#cfn-ses-emailidentity-configurationsetattributes-configurationsetname

Implements

CfnEmailIdentity.IConfigurationSetAttributesProperty
Back to top Generated by DocFX