Interface CfnOptOutListMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOptOutListMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:20:05.615Z")
@Stability(Stable)
public interface CfnOptOutListMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnOptOutListPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.smsvoice.*;
CfnOptOutListMixinProps cfnOptOutListMixinProps = CfnOptOutListMixinProps.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 forCfnOptOutListMixinPropsstatic final classAn implementation forCfnOptOutListMixinProps -
Method Summary
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
CfnOptOutListMixinProps.BuilderofCfnOptOutListMixinProps
-