RegistrationReference

class aws_cdk.interfaces.aws_smsvoice.RegistrationReference(*, registration_arn)

Bases: object

A reference to a Registration resource.

Parameters:

registration_arn (str) – The RegistrationArn of the Registration resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_smsvoice as interfaces_smsvoice

registration_reference = interfaces_smsvoice.RegistrationReference(
    registration_arn="registrationArn"
)

Attributes

registration_arn

The RegistrationArn of the Registration resource.