interface RegistrationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.SMSVOICE.RegistrationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awssmsvoice#RegistrationReference |
Java | software.amazon.awscdk.interfaces.smsvoice.RegistrationReference |
Python | aws_cdk.interfaces.aws_smsvoice.RegistrationReference |
TypeScript | aws-cdk-lib » interfaces » aws_smsvoice » RegistrationReference |
A reference to a Registration resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_smsvoice as interfaces_smsvoice } from 'aws-cdk-lib/interfaces';
const registrationReference: interfaces_smsvoice.RegistrationReference = {
registrationArn: 'registrationArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| registration | string | The RegistrationArn of the Registration resource. |
registrationArn
Type:
string
The RegistrationArn of the Registration resource.

.NET
Go
Java
Python
TypeScript