Class ConfigurationSetReference
A reference to a ConfigurationSet resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated