Show / Hide Table of Contents

Interface IConfigurationSet

A configuration set.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IConfigurationSetRef.ConfigurationSetRef
IEnvironmentAware.Env
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IConfigurationSet : IResource, IConfigurationSetRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IConfigurationSet Inherits IResource, IConfigurationSetRef, IConstruct, IDependable, IEnvironmentAware

Synopsis

Properties

ConfigurationSetName

The name of the configuration set.

Properties

ConfigurationSetName

The name of the configuration set.

string ConfigurationSetName { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX