1. Packages
  2. AWS Native
  3. API Docs
  4. cloudformation
  5. getPublicTypeVersion

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.cloudformation.getPublicTypeVersion

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

    Test and Publish a resource that has been registered in the CloudFormation Registry.

    Using getPublicTypeVersion

    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 getPublicTypeVersion(args: GetPublicTypeVersionArgs, opts?: InvokeOptions): Promise<GetPublicTypeVersionResult>
    function getPublicTypeVersionOutput(args: GetPublicTypeVersionOutputArgs, opts?: InvokeOptions): Output<GetPublicTypeVersionResult>
    def get_public_type_version(public_type_arn: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetPublicTypeVersionResult
    def get_public_type_version_output(public_type_arn: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetPublicTypeVersionResult]
    func LookupPublicTypeVersion(ctx *Context, args *LookupPublicTypeVersionArgs, opts ...InvokeOption) (*LookupPublicTypeVersionResult, error)
    func LookupPublicTypeVersionOutput(ctx *Context, args *LookupPublicTypeVersionOutputArgs, opts ...InvokeOption) LookupPublicTypeVersionResultOutput

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

    public static class GetPublicTypeVersion 
    {
        public static Task<GetPublicTypeVersionResult> InvokeAsync(GetPublicTypeVersionArgs args, InvokeOptions? opts = null)
        public static Output<GetPublicTypeVersionResult> Invoke(GetPublicTypeVersionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPublicTypeVersionResult> getPublicTypeVersion(GetPublicTypeVersionArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:cloudformation:getPublicTypeVersion
      arguments:
        # arguments dictionary

    The following arguments are supported:

    PublicTypeArn string
    The Amazon Resource Number (ARN) assigned to the public extension upon publication
    PublicTypeArn string
    The Amazon Resource Number (ARN) assigned to the public extension upon publication
    publicTypeArn String
    The Amazon Resource Number (ARN) assigned to the public extension upon publication
    publicTypeArn string
    The Amazon Resource Number (ARN) assigned to the public extension upon publication
    public_type_arn str
    The Amazon Resource Number (ARN) assigned to the public extension upon publication
    publicTypeArn String
    The Amazon Resource Number (ARN) assigned to the public extension upon publication

    getPublicTypeVersion Result

    The following output properties are available:

    PublicTypeArn string
    The Amazon Resource Number (ARN) assigned to the public extension upon publication
    PublisherId string
    The publisher id assigned by CloudFormation for publishing in this region.
    TypeVersionArn string
    The Amazon Resource Number (ARN) of the extension with the versionId.
    PublicTypeArn string
    The Amazon Resource Number (ARN) assigned to the public extension upon publication
    PublisherId string
    The publisher id assigned by CloudFormation for publishing in this region.
    TypeVersionArn string
    The Amazon Resource Number (ARN) of the extension with the versionId.
    publicTypeArn String
    The Amazon Resource Number (ARN) assigned to the public extension upon publication
    publisherId String
    The publisher id assigned by CloudFormation for publishing in this region.
    typeVersionArn String
    The Amazon Resource Number (ARN) of the extension with the versionId.
    publicTypeArn string
    The Amazon Resource Number (ARN) assigned to the public extension upon publication
    publisherId string
    The publisher id assigned by CloudFormation for publishing in this region.
    typeVersionArn string
    The Amazon Resource Number (ARN) of the extension with the versionId.
    public_type_arn str
    The Amazon Resource Number (ARN) assigned to the public extension upon publication
    publisher_id str
    The publisher id assigned by CloudFormation for publishing in this region.
    type_version_arn str
    The Amazon Resource Number (ARN) of the extension with the versionId.
    publicTypeArn String
    The Amazon Resource Number (ARN) assigned to the public extension upon publication
    publisherId String
    The publisher id assigned by CloudFormation for publishing in this region.
    typeVersionArn String
    The Amazon Resource Number (ARN) of the extension with the versionId.

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi