Class VdmAttributes
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.Resource
software.amazon.awscdk.services.ses.VdmAttributes
- All Implemented Interfaces:
IEnvironmentAware,IResource,IVdmAttributes,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:14.550Z")
@Stability(Stable)
public class VdmAttributes
extends Resource
implements IVdmAttributes
Virtual Deliverability Manager (VDM) attributes.
Example:
// Enables engagement tracking and optimized shared delivery by default // Enables engagement tracking and optimized shared delivery by default new VdmAttributes(this, "Vdm");
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.services.ses.IVdmAttributes
IVdmAttributes.Jsii$Default, IVdmAttributes.Jsii$Proxy -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedVdmAttributes(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedVdmAttributes(software.amazon.jsii.JsiiObjectRef objRef) VdmAttributes(software.constructs.Construct scope, String id) VdmAttributes(software.constructs.Construct scope, String id, VdmAttributesProps props) -
Method Summary
Modifier and TypeMethodDescriptionstatic IVdmAttributesfromVdmAttributesName(software.constructs.Construct scope, String id, String vdmAttributesName) Use an existing Virtual Deliverability Manager attributes resource.The name of the resource behind the Virtual Deliverability Manager attributes.Resource ID for the Virtual Deliverability Manager attributes.Methods inherited from class software.amazon.awscdk.Resource
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isOwnedResource, isResourceMethods inherited from class software.constructs.Construct
getNode, isConstruct, toStringMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
PROPERTY_INJECTION_ID
Uniquely identifies this class.
-
-
Constructor Details
-
VdmAttributes
protected VdmAttributes(software.amazon.jsii.JsiiObjectRef objRef) -
VdmAttributes
protected VdmAttributes(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
VdmAttributes
@Stability(Stable) public VdmAttributes(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable VdmAttributesProps props) - Parameters:
scope- This parameter is required.id- This parameter is required.props-
-
VdmAttributes
@Stability(Stable) public VdmAttributes(@NotNull software.constructs.Construct scope, @NotNull String id) - Parameters:
scope- This parameter is required.id- This parameter is required.
-
-
Method Details
-
fromVdmAttributesName
@Stability(Stable) @NotNull public static IVdmAttributes fromVdmAttributesName(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String vdmAttributesName) Use an existing Virtual Deliverability Manager attributes resource.- Parameters:
scope- This parameter is required.id- This parameter is required.vdmAttributesName- This parameter is required.
-
getVdmAttributesName
The name of the resource behind the Virtual Deliverability Manager attributes.- Specified by:
getVdmAttributesNamein interfaceIVdmAttributes
-
getVdmAttributesResourceId
Resource ID for the Virtual Deliverability Manager attributes.
-