1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. smsvoice
  6. Registration

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.74.1
published on Monday, Aug 3, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.74.1
published on Monday, Aug 3, 2026 by Pulumi

    A registration that has been created.

    Create Registration Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Registration(name: string, args: RegistrationArgs, opts?: CustomResourceOptions);
    @overload
    def Registration(resource_name: str,
                     args: RegistrationArgs,
                     opts: Optional[ResourceOptions] = None)
    
    @overload
    def Registration(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     registration_type: Optional[str] = None,
                     tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewRegistration(ctx *Context, name string, args RegistrationArgs, opts ...ResourceOption) (*Registration, error)
    public Registration(string name, RegistrationArgs args, CustomResourceOptions? opts = null)
    public Registration(String name, RegistrationArgs args)
    public Registration(String name, RegistrationArgs args, CustomResourceOptions options)
    
    type: aws-native:smsvoice:Registration
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_smsvoice_registration" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args RegistrationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args RegistrationArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args RegistrationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args RegistrationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args RegistrationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Registration Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The Registration resource accepts the following input properties:

    RegistrationType string
    The type of registration form to create.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An array of tags (key and value pairs) to associate with the registration.
    RegistrationType string
    The type of registration form to create.
    Tags TagArgs
    An array of tags (key and value pairs) to associate with the registration.
    registration_type string
    The type of registration form to create.
    tags list(object)
    An array of tags (key and value pairs) to associate with the registration.
    registrationType String
    The type of registration form to create.
    tags List<Tag>
    An array of tags (key and value pairs) to associate with the registration.
    registrationType string
    The type of registration form to create.
    tags Tag[]
    An array of tags (key and value pairs) to associate with the registration.
    registration_type str
    The type of registration form to create.
    tags Sequence[TagArgs]
    An array of tags (key and value pairs) to associate with the registration.
    registrationType String
    The type of registration form to create.
    tags List<Property Map>
    An array of tags (key and value pairs) to associate with the registration.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Registration resource produces the following output properties:

    CreatedTimestamp string
    The time when the registration was created, in UNIX epoch time format.
    CurrentVersionNumber int
    The current version number of the registration.
    Id string
    The provider-assigned unique ID for this managed resource.
    RegistrationArn string
    The Amazon Resource Name (ARN) for the registration.
    RegistrationId string
    The unique identifier for the registration.
    RegistrationStatus Pulumi.AwsNative.Smsvoice.RegistrationStatus
    The status of the registration.
    CreatedTimestamp string
    The time when the registration was created, in UNIX epoch time format.
    CurrentVersionNumber int
    The current version number of the registration.
    Id string
    The provider-assigned unique ID for this managed resource.
    RegistrationArn string
    The Amazon Resource Name (ARN) for the registration.
    RegistrationId string
    The unique identifier for the registration.
    RegistrationStatus RegistrationStatus
    The status of the registration.
    created_timestamp string
    The time when the registration was created, in UNIX epoch time format.
    current_version_number number
    The current version number of the registration.
    id string
    The provider-assigned unique ID for this managed resource.
    registration_arn string
    The Amazon Resource Name (ARN) for the registration.
    registration_id string
    The unique identifier for the registration.
    registration_status "CREATED" | "SUBMITTED" | "AWS_REVIEWING" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "PROVISIONING" | "COMPLETE" | "REQUIRES_UPDATES" | "CLOSED" | "DELETED"
    The status of the registration.
    createdTimestamp String
    The time when the registration was created, in UNIX epoch time format.
    currentVersionNumber Integer
    The current version number of the registration.
    id String
    The provider-assigned unique ID for this managed resource.
    registrationArn String
    The Amazon Resource Name (ARN) for the registration.
    registrationId String
    The unique identifier for the registration.
    registrationStatus RegistrationStatus
    The status of the registration.
    createdTimestamp string
    The time when the registration was created, in UNIX epoch time format.
    currentVersionNumber number
    The current version number of the registration.
    id string
    The provider-assigned unique ID for this managed resource.
    registrationArn string
    The Amazon Resource Name (ARN) for the registration.
    registrationId string
    The unique identifier for the registration.
    registrationStatus RegistrationStatus
    The status of the registration.
    created_timestamp str
    The time when the registration was created, in UNIX epoch time format.
    current_version_number int
    The current version number of the registration.
    id str
    The provider-assigned unique ID for this managed resource.
    registration_arn str
    The Amazon Resource Name (ARN) for the registration.
    registration_id str
    The unique identifier for the registration.
    registration_status RegistrationStatus
    The status of the registration.
    createdTimestamp String
    The time when the registration was created, in UNIX epoch time format.
    currentVersionNumber Number
    The current version number of the registration.
    id String
    The provider-assigned unique ID for this managed resource.
    registrationArn String
    The Amazon Resource Name (ARN) for the registration.
    registrationId String
    The unique identifier for the registration.
    registrationStatus "CREATED" | "SUBMITTED" | "AWS_REVIEWING" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "PROVISIONING" | "COMPLETE" | "REQUIRES_UPDATES" | "CLOSED" | "DELETED"
    The status of the registration.

    Supporting Types

    RegistrationStatus, RegistrationStatusArgs

    Created
    CREATED
    Submitted
    SUBMITTED
    AwsReviewing
    AWS_REVIEWING
    Reviewing
    REVIEWING
    RequiresAuthentication
    REQUIRES_AUTHENTICATION
    Provisioning
    PROVISIONING
    Complete
    COMPLETE
    RequiresUpdates
    REQUIRES_UPDATES
    Closed
    CLOSED
    Deleted
    DELETED
    RegistrationStatusCreated
    CREATED
    RegistrationStatusSubmitted
    SUBMITTED
    RegistrationStatusAwsReviewing
    AWS_REVIEWING
    RegistrationStatusReviewing
    REVIEWING
    RegistrationStatusRequiresAuthentication
    REQUIRES_AUTHENTICATION
    RegistrationStatusProvisioning
    PROVISIONING
    RegistrationStatusComplete
    COMPLETE
    RegistrationStatusRequiresUpdates
    REQUIRES_UPDATES
    RegistrationStatusClosed
    CLOSED
    RegistrationStatusDeleted
    DELETED
    "CREATED"
    CREATED
    "SUBMITTED"
    SUBMITTED
    "AWS_REVIEWING"
    AWS_REVIEWING
    "REVIEWING"
    REVIEWING
    "REQUIRES_AUTHENTICATION"
    REQUIRES_AUTHENTICATION
    "PROVISIONING"
    PROVISIONING
    "COMPLETE"
    COMPLETE
    "REQUIRES_UPDATES"
    REQUIRES_UPDATES
    "CLOSED"
    CLOSED
    "DELETED"
    DELETED
    Created
    CREATED
    Submitted
    SUBMITTED
    AwsReviewing
    AWS_REVIEWING
    Reviewing
    REVIEWING
    RequiresAuthentication
    REQUIRES_AUTHENTICATION
    Provisioning
    PROVISIONING
    Complete
    COMPLETE
    RequiresUpdates
    REQUIRES_UPDATES
    Closed
    CLOSED
    Deleted
    DELETED
    Created
    CREATED
    Submitted
    SUBMITTED
    AwsReviewing
    AWS_REVIEWING
    Reviewing
    REVIEWING
    RequiresAuthentication
    REQUIRES_AUTHENTICATION
    Provisioning
    PROVISIONING
    Complete
    COMPLETE
    RequiresUpdates
    REQUIRES_UPDATES
    Closed
    CLOSED
    Deleted
    DELETED
    CREATED
    CREATED
    SUBMITTED
    SUBMITTED
    AWS_REVIEWING
    AWS_REVIEWING
    REVIEWING
    REVIEWING
    REQUIRES_AUTHENTICATION
    REQUIRES_AUTHENTICATION
    PROVISIONING
    PROVISIONING
    COMPLETE
    COMPLETE
    REQUIRES_UPDATES
    REQUIRES_UPDATES
    CLOSED
    CLOSED
    DELETED
    DELETED
    "CREATED"
    CREATED
    "SUBMITTED"
    SUBMITTED
    "AWS_REVIEWING"
    AWS_REVIEWING
    "REVIEWING"
    REVIEWING
    "REQUIRES_AUTHENTICATION"
    REQUIRES_AUTHENTICATION
    "PROVISIONING"
    PROVISIONING
    "COMPLETE"
    COMPLETE
    "REQUIRES_UPDATES"
    REQUIRES_UPDATES
    "CLOSED"
    CLOSED
    "DELETED"
    DELETED

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.74.1
    published on Monday, Aug 3, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial