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

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.

    Using getRegistration

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getRegistration(args: GetRegistrationArgs, opts?: InvokeOptions): Promise<GetRegistrationResult>
    function getRegistrationOutput(args: GetRegistrationOutputArgs, opts?: InvokeOptions): Output<GetRegistrationResult>
    def get_registration(registration_arn: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetRegistrationResult
    def get_registration_output(registration_arn: pulumi.Input[Optional[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetRegistrationResult]
    func LookupRegistration(ctx *Context, args *LookupRegistrationArgs, opts ...InvokeOption) (*LookupRegistrationResult, error)
    func LookupRegistrationOutput(ctx *Context, args *LookupRegistrationOutputArgs, opts ...InvokeOption) LookupRegistrationResultOutput

    > Note: This function is named LookupRegistration in the Go SDK.

    public static class GetRegistration 
    {
        public static Task<GetRegistrationResult> InvokeAsync(GetRegistrationArgs args, InvokeOptions? opts = null)
        public static Output<GetRegistrationResult> Invoke(GetRegistrationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRegistrationResult> getRegistration(GetRegistrationArgs args, InvokeOptions options)
    public static Output<GetRegistrationResult> getRegistration(GetRegistrationArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:smsvoice:getRegistration
      arguments:
        # arguments dictionary
    data "aws-native_smsvoice_get_registration" "name" {
        # arguments
    }

    The following arguments are supported:

    RegistrationArn string
    The Amazon Resource Name (ARN) for the registration.
    RegistrationArn string
    The Amazon Resource Name (ARN) for the registration.
    registration_arn string
    The Amazon Resource Name (ARN) for the registration.
    registrationArn String
    The Amazon Resource Name (ARN) for the registration.
    registrationArn string
    The Amazon Resource Name (ARN) for the registration.
    registration_arn str
    The Amazon Resource Name (ARN) for the registration.
    registrationArn String
    The Amazon Resource Name (ARN) for the registration.

    getRegistration Result

    The following output properties are available:

    CreatedTimestamp string
    The time when the registration was created, in UNIX epoch time format.
    CurrentVersionNumber int
    The current version number of the registration.
    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.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    An array of tags (key and value pairs) to associate with 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.
    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.
    Tags Tag
    An array of tags (key and value pairs) to associate with 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.
    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.
    tags list(object)
    An array of tags (key and value pairs) to associate with 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.
    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.
    tags List<Tag>
    An array of tags (key and value pairs) to associate with 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.
    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.
    tags Tag[]
    An array of tags (key and value pairs) to associate with 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.
    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.
    tags Sequence[root_Tag]
    An array of tags (key and value pairs) to associate with 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.
    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.
    tags List<Property Map>
    An array of tags (key and value pairs) to associate with the registration.

    Supporting Types

    RegistrationStatus

    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 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