Show / Hide Table of Contents

Interface IConfigurationSetReference

A reference to a ConfigurationSet resource.

Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IConfigurationSetReference
Syntax (vb)
Public Interface IConfigurationSetReference
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 configurationSetReference = new ConfigurationSetReference {
                ConfigurationSetName = "configurationSetName"
            };

Synopsis

Properties

ConfigurationSetName

The Name of the ConfigurationSet resource.

Properties

ConfigurationSetName

The Name of the ConfigurationSet resource.

string ConfigurationSetName { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX