AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.cloudformation.getPublicTypeVersion
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 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:
- Public
Type stringArn - The Amazon Resource Number (ARN) assigned to the public extension upon publication
- Public
Type stringArn - The Amazon Resource Number (ARN) assigned to the public extension upon publication
- public
Type StringArn - The Amazon Resource Number (ARN) assigned to the public extension upon publication
- public
Type stringArn - The Amazon Resource Number (ARN) assigned to the public extension upon publication
- public_
type_ strarn - The Amazon Resource Number (ARN) assigned to the public extension upon publication
- public
Type StringArn - The Amazon Resource Number (ARN) assigned to the public extension upon publication
getPublicTypeVersion Result
The following output properties are available:
- Public
Type stringArn - The Amazon Resource Number (ARN) assigned to the public extension upon publication
- Publisher
Id string - The publisher id assigned by CloudFormation for publishing in this region.
- Type
Version stringArn - The Amazon Resource Number (ARN) of the extension with the versionId.
- Public
Type stringArn - The Amazon Resource Number (ARN) assigned to the public extension upon publication
- Publisher
Id string - The publisher id assigned by CloudFormation for publishing in this region.
- Type
Version stringArn - The Amazon Resource Number (ARN) of the extension with the versionId.
- public
Type StringArn - The Amazon Resource Number (ARN) assigned to the public extension upon publication
- publisher
Id String - The publisher id assigned by CloudFormation for publishing in this region.
- type
Version StringArn - The Amazon Resource Number (ARN) of the extension with the versionId.
- public
Type stringArn - The Amazon Resource Number (ARN) assigned to the public extension upon publication
- publisher
Id string - The publisher id assigned by CloudFormation for publishing in this region.
- type
Version stringArn - The Amazon Resource Number (ARN) of the extension with the versionId.
- public_
type_ strarn - 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_ strarn - The Amazon Resource Number (ARN) of the extension with the versionId.
- public
Type StringArn - The Amazon Resource Number (ARN) assigned to the public extension upon publication
- publisher
Id String - The publisher id assigned by CloudFormation for publishing in this region.
- type
Version StringArn - 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 is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi