AWS Native is in preview. AWS Classic is fully supported.
aws-native.cloudformation.getHookVersion
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
Publishes new or first hook version to AWS CloudFormation Registry.
Using getHookVersion
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 getHookVersion(args: GetHookVersionArgs, opts?: InvokeOptions): Promise<GetHookVersionResult>
function getHookVersionOutput(args: GetHookVersionOutputArgs, opts?: InvokeOptions): Output<GetHookVersionResult>
def get_hook_version(arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetHookVersionResult
def get_hook_version_output(arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetHookVersionResult]
func LookupHookVersion(ctx *Context, args *LookupHookVersionArgs, opts ...InvokeOption) (*LookupHookVersionResult, error)
func LookupHookVersionOutput(ctx *Context, args *LookupHookVersionOutputArgs, opts ...InvokeOption) LookupHookVersionResultOutput
> Note: This function is named LookupHookVersion
in the Go SDK.
public static class GetHookVersion
{
public static Task<GetHookVersionResult> InvokeAsync(GetHookVersionArgs args, InvokeOptions? opts = null)
public static Output<GetHookVersionResult> Invoke(GetHookVersionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetHookVersionResult> getHookVersion(GetHookVersionArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:cloudformation:getHookVersion
arguments:
# arguments dictionary
The following arguments are supported:
- Arn string
- The Amazon Resource Name (ARN) of the type, here the HookVersion. This is used to uniquely identify a HookVersion resource
- Arn string
- The Amazon Resource Name (ARN) of the type, here the HookVersion. This is used to uniquely identify a HookVersion resource
- arn String
- The Amazon Resource Name (ARN) of the type, here the HookVersion. This is used to uniquely identify a HookVersion resource
- arn string
- The Amazon Resource Name (ARN) of the type, here the HookVersion. This is used to uniquely identify a HookVersion resource
- arn str
- The Amazon Resource Name (ARN) of the type, here the HookVersion. This is used to uniquely identify a HookVersion resource
- arn String
- The Amazon Resource Name (ARN) of the type, here the HookVersion. This is used to uniquely identify a HookVersion resource
getHookVersion Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) of the type, here the HookVersion. This is used to uniquely identify a HookVersion resource
- Is
Default boolVersion - Indicates if this type version is the current default version
- Type
Arn string - The Amazon Resource Name (ARN) of the type without the versionID.
- Version
Id string - The ID of the version of the type represented by this hook instance.
- Visibility
Pulumi.
Aws Native. Cloud Formation. Hook Version Visibility The scope at which the type is visible and usable in CloudFormation operations.
Valid values include:
PRIVATE: The type is only visible and usable within the account in which it is registered. Currently, AWS CloudFormation marks any types you register as PRIVATE.
PUBLIC: The type is publically visible and usable within any Amazon account.
- Arn string
- The Amazon Resource Name (ARN) of the type, here the HookVersion. This is used to uniquely identify a HookVersion resource
- Is
Default boolVersion - Indicates if this type version is the current default version
- Type
Arn string - The Amazon Resource Name (ARN) of the type without the versionID.
- Version
Id string - The ID of the version of the type represented by this hook instance.
- Visibility
Hook
Version Visibility The scope at which the type is visible and usable in CloudFormation operations.
Valid values include:
PRIVATE: The type is only visible and usable within the account in which it is registered. Currently, AWS CloudFormation marks any types you register as PRIVATE.
PUBLIC: The type is publically visible and usable within any Amazon account.
- arn String
- The Amazon Resource Name (ARN) of the type, here the HookVersion. This is used to uniquely identify a HookVersion resource
- is
Default BooleanVersion - Indicates if this type version is the current default version
- type
Arn String - The Amazon Resource Name (ARN) of the type without the versionID.
- version
Id String - The ID of the version of the type represented by this hook instance.
- visibility
Hook
Version Visibility The scope at which the type is visible and usable in CloudFormation operations.
Valid values include:
PRIVATE: The type is only visible and usable within the account in which it is registered. Currently, AWS CloudFormation marks any types you register as PRIVATE.
PUBLIC: The type is publically visible and usable within any Amazon account.
- arn string
- The Amazon Resource Name (ARN) of the type, here the HookVersion. This is used to uniquely identify a HookVersion resource
- is
Default booleanVersion - Indicates if this type version is the current default version
- type
Arn string - The Amazon Resource Name (ARN) of the type without the versionID.
- version
Id string - The ID of the version of the type represented by this hook instance.
- visibility
Hook
Version Visibility The scope at which the type is visible and usable in CloudFormation operations.
Valid values include:
PRIVATE: The type is only visible and usable within the account in which it is registered. Currently, AWS CloudFormation marks any types you register as PRIVATE.
PUBLIC: The type is publically visible and usable within any Amazon account.
- arn str
- The Amazon Resource Name (ARN) of the type, here the HookVersion. This is used to uniquely identify a HookVersion resource
- is_
default_ boolversion - Indicates if this type version is the current default version
- type_
arn str - The Amazon Resource Name (ARN) of the type without the versionID.
- version_
id str - The ID of the version of the type represented by this hook instance.
- visibility
Hook
Version Visibility The scope at which the type is visible and usable in CloudFormation operations.
Valid values include:
PRIVATE: The type is only visible and usable within the account in which it is registered. Currently, AWS CloudFormation marks any types you register as PRIVATE.
PUBLIC: The type is publically visible and usable within any Amazon account.
- arn String
- The Amazon Resource Name (ARN) of the type, here the HookVersion. This is used to uniquely identify a HookVersion resource
- is
Default BooleanVersion - Indicates if this type version is the current default version
- type
Arn String - The Amazon Resource Name (ARN) of the type without the versionID.
- version
Id String - The ID of the version of the type represented by this hook instance.
- visibility "PUBLIC" | "PRIVATE"
The scope at which the type is visible and usable in CloudFormation operations.
Valid values include:
PRIVATE: The type is only visible and usable within the account in which it is registered. Currently, AWS CloudFormation marks any types you register as PRIVATE.
PUBLIC: The type is publically visible and usable within any Amazon account.
Supporting Types
HookVersionVisibility
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.