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
published on Monday, Aug 3, 2026 by Pulumi
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
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 dictionarydata "aws-native_smsvoice_get_registration" "name" {
# arguments
}The following arguments are supported:
- Registration
Arn string - The Amazon Resource Name (ARN) for the registration.
- Registration
Arn string - The Amazon Resource Name (ARN) for the registration.
- registration_
arn string - The Amazon Resource Name (ARN) for the registration.
- registration
Arn String - The Amazon Resource Name (ARN) for the registration.
- registration
Arn string - The Amazon Resource Name (ARN) for the registration.
- registration_
arn str - The Amazon Resource Name (ARN) for the registration.
- registration
Arn String - The Amazon Resource Name (ARN) for the registration.
getRegistration Result
The following output properties are available:
- Created
Timestamp string - The time when the registration was created, in UNIX epoch time format.
- Current
Version intNumber - 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 Pulumi.Aws Native. Smsvoice. Registration Status - The status of the registration.
-
List<Pulumi.
Aws Native. Outputs. 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 intNumber - 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 RegistrationStatus - The status of the registration.
- 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_ numbernumber - 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.
- list(object)
- 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 IntegerNumber - 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 RegistrationStatus - The status of the registration.
- List<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 numberNumber - 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 RegistrationStatus - The status of the registration.
- 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_ intnumber - 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.
- Sequence[root_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 NumberNumber - 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.
- List<Property Map>
- An array of tags (key and value pairs) to associate with the registration.
Supporting Types
RegistrationStatus
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
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
published on Monday, Aug 3, 2026 by Pulumi