interface CfnRegistrationMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SMSVOICE.CfnRegistrationMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssmsvoice#CfnRegistrationMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.smsvoice.CfnRegistrationMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_smsvoice.CfnRegistrationMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_smsvoice » CfnRegistrationMixinProps |
Properties for CfnRegistrationPropsMixin.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_smsvoice as smsvoice } from '@aws-cdk/cfn-property-mixins';
const cfnRegistrationMixinProps: smsvoice.CfnRegistrationMixinProps = {
registrationType: 'registrationType',
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
| Name | Type | Description |
|---|---|---|
| registration | string | The type of registration form to create. |
| tags? | Cfn[] | An array of tags (key and value pairs) to associate with the registration. |
registrationType?
Type:
string
(optional)
The type of registration form to create.
tags?
Type:
Cfn[]
(optional)
An array of tags (key and value pairs) to associate with the registration.

.NET
Go
Java
Python
TypeScript