Interface CfnRegistrationMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRegistrationMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-08-13T16:20:29.328Z")
@Stability(Stable)
public interface CfnRegistrationMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnRegistrationPropsMixin.
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.*;
CfnRegistrationMixinProps cfnRegistrationMixinProps = CfnRegistrationMixinProps.builder()
.registrationType("registrationType")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRegistrationMixinPropsstatic final classAn implementation forCfnRegistrationMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRegistrationType
The type of registration form to create.- See Also:
-
getTags
An array of tags (key and value pairs) to associate with the registration.- See Also:
-
builder
- Returns:
- a
CfnRegistrationMixinProps.BuilderofCfnRegistrationMixinProps
-