Interface CfnOptOutListProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOptOutListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:14.597Z")
@Stability(Stable)
public interface CfnOptOutListProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnOptOutList.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.smsvoice.*;
CfnOptOutListProps cfnOptOutListProps = CfnOptOutListProps.builder()
.optOutListName("optOutListName")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnOptOutListPropsstatic final classAn implementation forCfnOptOutListProps -
Method Summary
Modifier and TypeMethodDescriptionstatic CfnOptOutListProps.Builderbuilder()default StringThe name of the OptOutList.getTags()An array of tags (key and value pairs) to associate with the new OptOutList.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getOptOutListName
The name of the OptOutList.- See Also:
-
getTags
An array of tags (key and value pairs) to associate with the new OptOutList.- See Also:
-
builder
- Returns:
- a
CfnOptOutListProps.BuilderofCfnOptOutListProps
-