Interface CfnOptOutListProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOptOutListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)",
date="2025-09-25T11:29:17.630Z")
@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 class
A builder forCfnOptOutListProps
static final class
An implementation forCfnOptOutListProps
-
Method Summary
Modifier and TypeMethodDescriptionstatic CfnOptOutListProps.Builder
builder()
default String
The 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.Builder
ofCfnOptOutListProps
-