Show / Hide Table of Contents

Class ConfigurationSetReference

A reference to a ConfigurationSet resource.

Inheritance
object
ConfigurationSetReference
Implements
IConfigurationSetReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ConfigurationSetReference : IConfigurationSetReference
Syntax (vb)
Public Class ConfigurationSetReference Implements 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

Constructors

ConfigurationSetReference()

A reference to a ConfigurationSet resource.

Properties

ConfigurationSetName

The Name of the ConfigurationSet resource.

Constructors

ConfigurationSetReference()

A reference to a ConfigurationSet resource.

public ConfigurationSetReference()
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"
            };

Properties

ConfigurationSetName

The Name of the ConfigurationSet resource.

public string ConfigurationSetName { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IConfigurationSetReference
Back to top Generated by DocFX