1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. cloudformation
  5. getHookTypeConfig

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.cloudformation.getHookTypeConfig

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

Specifies the configuration data for a registered hook in CloudFormation Registry.

Using getHookTypeConfig

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 getHookTypeConfig(args: GetHookTypeConfigArgs, opts?: InvokeOptions): Promise<GetHookTypeConfigResult>
function getHookTypeConfigOutput(args: GetHookTypeConfigOutputArgs, opts?: InvokeOptions): Output<GetHookTypeConfigResult>
Copy
def get_hook_type_config(configuration_arn: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetHookTypeConfigResult
def get_hook_type_config_output(configuration_arn: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetHookTypeConfigResult]
Copy
func LookupHookTypeConfig(ctx *Context, args *LookupHookTypeConfigArgs, opts ...InvokeOption) (*LookupHookTypeConfigResult, error)
func LookupHookTypeConfigOutput(ctx *Context, args *LookupHookTypeConfigOutputArgs, opts ...InvokeOption) LookupHookTypeConfigResultOutput
Copy

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

public static class GetHookTypeConfig 
{
    public static Task<GetHookTypeConfigResult> InvokeAsync(GetHookTypeConfigArgs args, InvokeOptions? opts = null)
    public static Output<GetHookTypeConfigResult> Invoke(GetHookTypeConfigInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetHookTypeConfigResult> getHookTypeConfig(GetHookTypeConfigArgs args, InvokeOptions options)
public static Output<GetHookTypeConfigResult> getHookTypeConfig(GetHookTypeConfigArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:cloudformation:getHookTypeConfig
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ConfigurationArn This property is required. string
The Amazon Resource Name (ARN) for the configuration data, in this account and region.
ConfigurationArn This property is required. string
The Amazon Resource Name (ARN) for the configuration data, in this account and region.
configurationArn This property is required. String
The Amazon Resource Name (ARN) for the configuration data, in this account and region.
configurationArn This property is required. string
The Amazon Resource Name (ARN) for the configuration data, in this account and region.
configuration_arn This property is required. str
The Amazon Resource Name (ARN) for the configuration data, in this account and region.
configurationArn This property is required. String
The Amazon Resource Name (ARN) for the configuration data, in this account and region.

getHookTypeConfig Result

The following output properties are available:

Configuration string
The configuration data for the extension, in this account and region.
ConfigurationArn string
The Amazon Resource Name (ARN) for the configuration data, in this account and region.
TypeArn string
The Amazon Resource Name (ARN) of the type without version number.
TypeName string

The name of the type being registered.

We recommend that type names adhere to the following pattern: company_or_organization::service::type.

Configuration string
The configuration data for the extension, in this account and region.
ConfigurationArn string
The Amazon Resource Name (ARN) for the configuration data, in this account and region.
TypeArn string
The Amazon Resource Name (ARN) of the type without version number.
TypeName string

The name of the type being registered.

We recommend that type names adhere to the following pattern: company_or_organization::service::type.

configuration String
The configuration data for the extension, in this account and region.
configurationArn String
The Amazon Resource Name (ARN) for the configuration data, in this account and region.
typeArn String
The Amazon Resource Name (ARN) of the type without version number.
typeName String

The name of the type being registered.

We recommend that type names adhere to the following pattern: company_or_organization::service::type.

configuration string
The configuration data for the extension, in this account and region.
configurationArn string
The Amazon Resource Name (ARN) for the configuration data, in this account and region.
typeArn string
The Amazon Resource Name (ARN) of the type without version number.
typeName string

The name of the type being registered.

We recommend that type names adhere to the following pattern: company_or_organization::service::type.

configuration str
The configuration data for the extension, in this account and region.
configuration_arn str
The Amazon Resource Name (ARN) for the configuration data, in this account and region.
type_arn str
The Amazon Resource Name (ARN) of the type without version number.
type_name str

The name of the type being registered.

We recommend that type names adhere to the following pattern: company_or_organization::service::type.

configuration String
The configuration data for the extension, in this account and region.
configurationArn String
The Amazon Resource Name (ARN) for the configuration data, in this account and region.
typeArn String
The Amazon Resource Name (ARN) of the type without version number.
typeName String

The name of the type being registered.

We recommend that type names adhere to the following pattern: company_or_organization::service::type.

Package Details

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

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi