Try AWS Native preview for resources not in the classic version.
aws.cloudformation.CloudFormationType
Explore with Pulumi AI
Try AWS Native preview for resources not in the classic version.
Manages a version of a CloudFormation Type.
Create CloudFormationType Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CloudFormationType(name: string, args: CloudFormationTypeArgs, opts?: CustomResourceOptions);
@overload
def CloudFormationType(resource_name: str,
args: CloudFormationTypeArgs,
opts: Optional[ResourceOptions] = None)
@overload
def CloudFormationType(resource_name: str,
opts: Optional[ResourceOptions] = None,
schema_handler_package: Optional[str] = None,
type_name: Optional[str] = None,
execution_role_arn: Optional[str] = None,
logging_config: Optional[CloudFormationTypeLoggingConfigArgs] = None,
type: Optional[str] = None)
func NewCloudFormationType(ctx *Context, name string, args CloudFormationTypeArgs, opts ...ResourceOption) (*CloudFormationType, error)
public CloudFormationType(string name, CloudFormationTypeArgs args, CustomResourceOptions? opts = null)
public CloudFormationType(String name, CloudFormationTypeArgs args)
public CloudFormationType(String name, CloudFormationTypeArgs args, CustomResourceOptions options)
type: aws:cloudformation:CloudFormationType
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args CloudFormationTypeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args CloudFormationTypeArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args CloudFormationTypeArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CloudFormationTypeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CloudFormationTypeArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var cloudFormationTypeResource = new Aws.CloudFormation.CloudFormationType("cloudFormationTypeResource", new()
{
SchemaHandlerPackage = "string",
TypeName = "string",
ExecutionRoleArn = "string",
LoggingConfig = new Aws.CloudFormation.Inputs.CloudFormationTypeLoggingConfigArgs
{
LogGroupName = "string",
LogRoleArn = "string",
},
Type = "string",
});
example, err := cloudformation.NewCloudFormationType(ctx, "cloudFormationTypeResource", &cloudformation.CloudFormationTypeArgs{
SchemaHandlerPackage: pulumi.String("string"),
TypeName: pulumi.String("string"),
ExecutionRoleArn: pulumi.String("string"),
LoggingConfig: &cloudformation.CloudFormationTypeLoggingConfigArgs{
LogGroupName: pulumi.String("string"),
LogRoleArn: pulumi.String("string"),
},
Type: pulumi.String("string"),
})
var cloudFormationTypeResource = new CloudFormationType("cloudFormationTypeResource", CloudFormationTypeArgs.builder()
.schemaHandlerPackage("string")
.typeName("string")
.executionRoleArn("string")
.loggingConfig(CloudFormationTypeLoggingConfigArgs.builder()
.logGroupName("string")
.logRoleArn("string")
.build())
.type("string")
.build());
cloud_formation_type_resource = aws.cloudformation.CloudFormationType("cloudFormationTypeResource",
schema_handler_package="string",
type_name="string",
execution_role_arn="string",
logging_config={
"logGroupName": "string",
"logRoleArn": "string",
},
type="string")
const cloudFormationTypeResource = new aws.cloudformation.CloudFormationType("cloudFormationTypeResource", {
schemaHandlerPackage: "string",
typeName: "string",
executionRoleArn: "string",
loggingConfig: {
logGroupName: "string",
logRoleArn: "string",
},
type: "string",
});
type: aws:cloudformation:CloudFormationType
properties:
executionRoleArn: string
loggingConfig:
logGroupName: string
logRoleArn: string
schemaHandlerPackage: string
type: string
typeName: string
CloudFormationType Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The CloudFormationType resource accepts the following input properties:
- Schema
Handler stringPackage - URL to the S3 bucket containing the extension project package that contains the necessary files for the extension you want to register. Must begin with
s3://
orhttps://
. For example,s3://example-bucket/example-object
. - Type
Name string - CloudFormation Type name. For example,
ExampleCompany::ExampleService::ExampleResource
. - Execution
Role stringArn - Amazon Resource Name (ARN) of the IAM Role for CloudFormation to assume when invoking the extension. If your extension calls AWS APIs in any of its handlers, you must create an IAM execution role that includes the necessary permissions to call those AWS APIs, and provision that execution role in your account. When CloudFormation needs to invoke the extension handler, CloudFormation assumes this execution role to create a temporary session token, which it then passes to the extension handler, thereby supplying your extension with the appropriate credentials.
- Logging
Config CloudFormation Type Logging Config - Configuration block containing logging configuration.
- Type string
- CloudFormation Registry Type. For example,
RESOURCE
orMODULE
.
- Schema
Handler stringPackage - URL to the S3 bucket containing the extension project package that contains the necessary files for the extension you want to register. Must begin with
s3://
orhttps://
. For example,s3://example-bucket/example-object
. - Type
Name string - CloudFormation Type name. For example,
ExampleCompany::ExampleService::ExampleResource
. - Execution
Role stringArn - Amazon Resource Name (ARN) of the IAM Role for CloudFormation to assume when invoking the extension. If your extension calls AWS APIs in any of its handlers, you must create an IAM execution role that includes the necessary permissions to call those AWS APIs, and provision that execution role in your account. When CloudFormation needs to invoke the extension handler, CloudFormation assumes this execution role to create a temporary session token, which it then passes to the extension handler, thereby supplying your extension with the appropriate credentials.
- Logging
Config CloudFormation Type Logging Config Args - Configuration block containing logging configuration.
- Type string
- CloudFormation Registry Type. For example,
RESOURCE
orMODULE
.
- schema
Handler StringPackage - URL to the S3 bucket containing the extension project package that contains the necessary files for the extension you want to register. Must begin with
s3://
orhttps://
. For example,s3://example-bucket/example-object
. - type
Name String - CloudFormation Type name. For example,
ExampleCompany::ExampleService::ExampleResource
. - execution
Role StringArn - Amazon Resource Name (ARN) of the IAM Role for CloudFormation to assume when invoking the extension. If your extension calls AWS APIs in any of its handlers, you must create an IAM execution role that includes the necessary permissions to call those AWS APIs, and provision that execution role in your account. When CloudFormation needs to invoke the extension handler, CloudFormation assumes this execution role to create a temporary session token, which it then passes to the extension handler, thereby supplying your extension with the appropriate credentials.
- logging
Config CloudFormation Type Logging Config - Configuration block containing logging configuration.
- type String
- CloudFormation Registry Type. For example,
RESOURCE
orMODULE
.
- schema
Handler stringPackage - URL to the S3 bucket containing the extension project package that contains the necessary files for the extension you want to register. Must begin with
s3://
orhttps://
. For example,s3://example-bucket/example-object
. - type
Name string - CloudFormation Type name. For example,
ExampleCompany::ExampleService::ExampleResource
. - execution
Role stringArn - Amazon Resource Name (ARN) of the IAM Role for CloudFormation to assume when invoking the extension. If your extension calls AWS APIs in any of its handlers, you must create an IAM execution role that includes the necessary permissions to call those AWS APIs, and provision that execution role in your account. When CloudFormation needs to invoke the extension handler, CloudFormation assumes this execution role to create a temporary session token, which it then passes to the extension handler, thereby supplying your extension with the appropriate credentials.
- logging
Config CloudFormation Type Logging Config - Configuration block containing logging configuration.
- type string
- CloudFormation Registry Type. For example,
RESOURCE
orMODULE
.
- schema_
handler_ strpackage - URL to the S3 bucket containing the extension project package that contains the necessary files for the extension you want to register. Must begin with
s3://
orhttps://
. For example,s3://example-bucket/example-object
. - type_
name str - CloudFormation Type name. For example,
ExampleCompany::ExampleService::ExampleResource
. - execution_
role_ strarn - Amazon Resource Name (ARN) of the IAM Role for CloudFormation to assume when invoking the extension. If your extension calls AWS APIs in any of its handlers, you must create an IAM execution role that includes the necessary permissions to call those AWS APIs, and provision that execution role in your account. When CloudFormation needs to invoke the extension handler, CloudFormation assumes this execution role to create a temporary session token, which it then passes to the extension handler, thereby supplying your extension with the appropriate credentials.
- logging_
config CloudFormation Type Logging Config Args - Configuration block containing logging configuration.
- type str
- CloudFormation Registry Type. For example,
RESOURCE
orMODULE
.
- schema
Handler StringPackage - URL to the S3 bucket containing the extension project package that contains the necessary files for the extension you want to register. Must begin with
s3://
orhttps://
. For example,s3://example-bucket/example-object
. - type
Name String - CloudFormation Type name. For example,
ExampleCompany::ExampleService::ExampleResource
. - execution
Role StringArn - Amazon Resource Name (ARN) of the IAM Role for CloudFormation to assume when invoking the extension. If your extension calls AWS APIs in any of its handlers, you must create an IAM execution role that includes the necessary permissions to call those AWS APIs, and provision that execution role in your account. When CloudFormation needs to invoke the extension handler, CloudFormation assumes this execution role to create a temporary session token, which it then passes to the extension handler, thereby supplying your extension with the appropriate credentials.
- logging
Config Property Map - Configuration block containing logging configuration.
- type String
- CloudFormation Registry Type. For example,
RESOURCE
orMODULE
.
Outputs
All input properties are implicitly available as output properties. Additionally, the CloudFormationType resource produces the following output properties:
- Arn string
- (Optional) Amazon Resource Name (ARN) of the CloudFormation Type version. See also
type_arn
. - Default
Version stringId - Identifier of the CloudFormation Type default version.
- Deprecated
Status string - Deprecation status of the version.
- Description string
- Description of the version.
- Documentation
Url string - URL of the documentation for the CloudFormation Type.
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
Default boolVersion - Whether the CloudFormation Type version is the default version.
- Provisioning
Type string - Provisioning behavior of the CloudFormation Type.
- Schema string
- JSON document of the CloudFormation Type schema.
- Source
Url string - URL of the source code for the CloudFormation Type.
- Type
Arn string - (Optional) Amazon Resource Name (ARN) of the CloudFormation Type. See also
arn
. - Version
Id string - (Optional) Identifier of the CloudFormation Type version.
- Visibility string
- Scope of the CloudFormation Type.
- Arn string
- (Optional) Amazon Resource Name (ARN) of the CloudFormation Type version. See also
type_arn
. - Default
Version stringId - Identifier of the CloudFormation Type default version.
- Deprecated
Status string - Deprecation status of the version.
- Description string
- Description of the version.
- Documentation
Url string - URL of the documentation for the CloudFormation Type.
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
Default boolVersion - Whether the CloudFormation Type version is the default version.
- Provisioning
Type string - Provisioning behavior of the CloudFormation Type.
- Schema string
- JSON document of the CloudFormation Type schema.
- Source
Url string - URL of the source code for the CloudFormation Type.
- Type
Arn string - (Optional) Amazon Resource Name (ARN) of the CloudFormation Type. See also
arn
. - Version
Id string - (Optional) Identifier of the CloudFormation Type version.
- Visibility string
- Scope of the CloudFormation Type.
- arn String
- (Optional) Amazon Resource Name (ARN) of the CloudFormation Type version. See also
type_arn
. - default
Version StringId - Identifier of the CloudFormation Type default version.
- deprecated
Status String - Deprecation status of the version.
- description String
- Description of the version.
- documentation
Url String - URL of the documentation for the CloudFormation Type.
- id String
- The provider-assigned unique ID for this managed resource.
- is
Default BooleanVersion - Whether the CloudFormation Type version is the default version.
- provisioning
Type String - Provisioning behavior of the CloudFormation Type.
- schema String
- JSON document of the CloudFormation Type schema.
- source
Url String - URL of the source code for the CloudFormation Type.
- type
Arn String - (Optional) Amazon Resource Name (ARN) of the CloudFormation Type. See also
arn
. - version
Id String - (Optional) Identifier of the CloudFormation Type version.
- visibility String
- Scope of the CloudFormation Type.
- arn string
- (Optional) Amazon Resource Name (ARN) of the CloudFormation Type version. See also
type_arn
. - default
Version stringId - Identifier of the CloudFormation Type default version.
- deprecated
Status string - Deprecation status of the version.
- description string
- Description of the version.
- documentation
Url string - URL of the documentation for the CloudFormation Type.
- id string
- The provider-assigned unique ID for this managed resource.
- is
Default booleanVersion - Whether the CloudFormation Type version is the default version.
- provisioning
Type string - Provisioning behavior of the CloudFormation Type.
- schema string
- JSON document of the CloudFormation Type schema.
- source
Url string - URL of the source code for the CloudFormation Type.
- type
Arn string - (Optional) Amazon Resource Name (ARN) of the CloudFormation Type. See also
arn
. - version
Id string - (Optional) Identifier of the CloudFormation Type version.
- visibility string
- Scope of the CloudFormation Type.
- arn str
- (Optional) Amazon Resource Name (ARN) of the CloudFormation Type version. See also
type_arn
. - default_
version_ strid - Identifier of the CloudFormation Type default version.
- deprecated_
status str - Deprecation status of the version.
- description str
- Description of the version.
- documentation_
url str - URL of the documentation for the CloudFormation Type.
- id str
- The provider-assigned unique ID for this managed resource.
- is_
default_ boolversion - Whether the CloudFormation Type version is the default version.
- provisioning_
type str - Provisioning behavior of the CloudFormation Type.
- schema str
- JSON document of the CloudFormation Type schema.
- source_
url str - URL of the source code for the CloudFormation Type.
- type_
arn str - (Optional) Amazon Resource Name (ARN) of the CloudFormation Type. See also
arn
. - version_
id str - (Optional) Identifier of the CloudFormation Type version.
- visibility str
- Scope of the CloudFormation Type.
- arn String
- (Optional) Amazon Resource Name (ARN) of the CloudFormation Type version. See also
type_arn
. - default
Version StringId - Identifier of the CloudFormation Type default version.
- deprecated
Status String - Deprecation status of the version.
- description String
- Description of the version.
- documentation
Url String - URL of the documentation for the CloudFormation Type.
- id String
- The provider-assigned unique ID for this managed resource.
- is
Default BooleanVersion - Whether the CloudFormation Type version is the default version.
- provisioning
Type String - Provisioning behavior of the CloudFormation Type.
- schema String
- JSON document of the CloudFormation Type schema.
- source
Url String - URL of the source code for the CloudFormation Type.
- type
Arn String - (Optional) Amazon Resource Name (ARN) of the CloudFormation Type. See also
arn
. - version
Id String - (Optional) Identifier of the CloudFormation Type version.
- visibility String
- Scope of the CloudFormation Type.
Look up Existing CloudFormationType Resource
Get an existing CloudFormationType resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: CloudFormationTypeState, opts?: CustomResourceOptions): CloudFormationType
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
arn: Optional[str] = None,
default_version_id: Optional[str] = None,
deprecated_status: Optional[str] = None,
description: Optional[str] = None,
documentation_url: Optional[str] = None,
execution_role_arn: Optional[str] = None,
is_default_version: Optional[bool] = None,
logging_config: Optional[CloudFormationTypeLoggingConfigArgs] = None,
provisioning_type: Optional[str] = None,
schema: Optional[str] = None,
schema_handler_package: Optional[str] = None,
source_url: Optional[str] = None,
type: Optional[str] = None,
type_arn: Optional[str] = None,
type_name: Optional[str] = None,
version_id: Optional[str] = None,
visibility: Optional[str] = None) -> CloudFormationType
func GetCloudFormationType(ctx *Context, name string, id IDInput, state *CloudFormationTypeState, opts ...ResourceOption) (*CloudFormationType, error)
public static CloudFormationType Get(string name, Input<string> id, CloudFormationTypeState? state, CustomResourceOptions? opts = null)
public static CloudFormationType get(String name, Output<String> id, CloudFormationTypeState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Arn string
- (Optional) Amazon Resource Name (ARN) of the CloudFormation Type version. See also
type_arn
. - Default
Version stringId - Identifier of the CloudFormation Type default version.
- Deprecated
Status string - Deprecation status of the version.
- Description string
- Description of the version.
- Documentation
Url string - URL of the documentation for the CloudFormation Type.
- Execution
Role stringArn - Amazon Resource Name (ARN) of the IAM Role for CloudFormation to assume when invoking the extension. If your extension calls AWS APIs in any of its handlers, you must create an IAM execution role that includes the necessary permissions to call those AWS APIs, and provision that execution role in your account. When CloudFormation needs to invoke the extension handler, CloudFormation assumes this execution role to create a temporary session token, which it then passes to the extension handler, thereby supplying your extension with the appropriate credentials.
- Is
Default boolVersion - Whether the CloudFormation Type version is the default version.
- Logging
Config CloudFormation Type Logging Config - Configuration block containing logging configuration.
- Provisioning
Type string - Provisioning behavior of the CloudFormation Type.
- Schema string
- JSON document of the CloudFormation Type schema.
- Schema
Handler stringPackage - URL to the S3 bucket containing the extension project package that contains the necessary files for the extension you want to register. Must begin with
s3://
orhttps://
. For example,s3://example-bucket/example-object
. - Source
Url string - URL of the source code for the CloudFormation Type.
- Type string
- CloudFormation Registry Type. For example,
RESOURCE
orMODULE
. - Type
Arn string - (Optional) Amazon Resource Name (ARN) of the CloudFormation Type. See also
arn
. - Type
Name string - CloudFormation Type name. For example,
ExampleCompany::ExampleService::ExampleResource
. - Version
Id string - (Optional) Identifier of the CloudFormation Type version.
- Visibility string
- Scope of the CloudFormation Type.
- Arn string
- (Optional) Amazon Resource Name (ARN) of the CloudFormation Type version. See also
type_arn
. - Default
Version stringId - Identifier of the CloudFormation Type default version.
- Deprecated
Status string - Deprecation status of the version.
- Description string
- Description of the version.
- Documentation
Url string - URL of the documentation for the CloudFormation Type.
- Execution
Role stringArn - Amazon Resource Name (ARN) of the IAM Role for CloudFormation to assume when invoking the extension. If your extension calls AWS APIs in any of its handlers, you must create an IAM execution role that includes the necessary permissions to call those AWS APIs, and provision that execution role in your account. When CloudFormation needs to invoke the extension handler, CloudFormation assumes this execution role to create a temporary session token, which it then passes to the extension handler, thereby supplying your extension with the appropriate credentials.
- Is
Default boolVersion - Whether the CloudFormation Type version is the default version.
- Logging
Config CloudFormation Type Logging Config Args - Configuration block containing logging configuration.
- Provisioning
Type string - Provisioning behavior of the CloudFormation Type.
- Schema string
- JSON document of the CloudFormation Type schema.
- Schema
Handler stringPackage - URL to the S3 bucket containing the extension project package that contains the necessary files for the extension you want to register. Must begin with
s3://
orhttps://
. For example,s3://example-bucket/example-object
. - Source
Url string - URL of the source code for the CloudFormation Type.
- Type string
- CloudFormation Registry Type. For example,
RESOURCE
orMODULE
. - Type
Arn string - (Optional) Amazon Resource Name (ARN) of the CloudFormation Type. See also
arn
. - Type
Name string - CloudFormation Type name. For example,
ExampleCompany::ExampleService::ExampleResource
. - Version
Id string - (Optional) Identifier of the CloudFormation Type version.
- Visibility string
- Scope of the CloudFormation Type.
- arn String
- (Optional) Amazon Resource Name (ARN) of the CloudFormation Type version. See also
type_arn
. - default
Version StringId - Identifier of the CloudFormation Type default version.
- deprecated
Status String - Deprecation status of the version.
- description String
- Description of the version.
- documentation
Url String - URL of the documentation for the CloudFormation Type.
- execution
Role StringArn - Amazon Resource Name (ARN) of the IAM Role for CloudFormation to assume when invoking the extension. If your extension calls AWS APIs in any of its handlers, you must create an IAM execution role that includes the necessary permissions to call those AWS APIs, and provision that execution role in your account. When CloudFormation needs to invoke the extension handler, CloudFormation assumes this execution role to create a temporary session token, which it then passes to the extension handler, thereby supplying your extension with the appropriate credentials.
- is
Default BooleanVersion - Whether the CloudFormation Type version is the default version.
- logging
Config CloudFormation Type Logging Config - Configuration block containing logging configuration.
- provisioning
Type String - Provisioning behavior of the CloudFormation Type.
- schema String
- JSON document of the CloudFormation Type schema.
- schema
Handler StringPackage - URL to the S3 bucket containing the extension project package that contains the necessary files for the extension you want to register. Must begin with
s3://
orhttps://
. For example,s3://example-bucket/example-object
. - source
Url String - URL of the source code for the CloudFormation Type.
- type String
- CloudFormation Registry Type. For example,
RESOURCE
orMODULE
. - type
Arn String - (Optional) Amazon Resource Name (ARN) of the CloudFormation Type. See also
arn
. - type
Name String - CloudFormation Type name. For example,
ExampleCompany::ExampleService::ExampleResource
. - version
Id String - (Optional) Identifier of the CloudFormation Type version.
- visibility String
- Scope of the CloudFormation Type.
- arn string
- (Optional) Amazon Resource Name (ARN) of the CloudFormation Type version. See also
type_arn
. - default
Version stringId - Identifier of the CloudFormation Type default version.
- deprecated
Status string - Deprecation status of the version.
- description string
- Description of the version.
- documentation
Url string - URL of the documentation for the CloudFormation Type.
- execution
Role stringArn - Amazon Resource Name (ARN) of the IAM Role for CloudFormation to assume when invoking the extension. If your extension calls AWS APIs in any of its handlers, you must create an IAM execution role that includes the necessary permissions to call those AWS APIs, and provision that execution role in your account. When CloudFormation needs to invoke the extension handler, CloudFormation assumes this execution role to create a temporary session token, which it then passes to the extension handler, thereby supplying your extension with the appropriate credentials.
- is
Default booleanVersion - Whether the CloudFormation Type version is the default version.
- logging
Config CloudFormation Type Logging Config - Configuration block containing logging configuration.
- provisioning
Type string - Provisioning behavior of the CloudFormation Type.
- schema string
- JSON document of the CloudFormation Type schema.
- schema
Handler stringPackage - URL to the S3 bucket containing the extension project package that contains the necessary files for the extension you want to register. Must begin with
s3://
orhttps://
. For example,s3://example-bucket/example-object
. - source
Url string - URL of the source code for the CloudFormation Type.
- type string
- CloudFormation Registry Type. For example,
RESOURCE
orMODULE
. - type
Arn string - (Optional) Amazon Resource Name (ARN) of the CloudFormation Type. See also
arn
. - type
Name string - CloudFormation Type name. For example,
ExampleCompany::ExampleService::ExampleResource
. - version
Id string - (Optional) Identifier of the CloudFormation Type version.
- visibility string
- Scope of the CloudFormation Type.
- arn str
- (Optional) Amazon Resource Name (ARN) of the CloudFormation Type version. See also
type_arn
. - default_
version_ strid - Identifier of the CloudFormation Type default version.
- deprecated_
status str - Deprecation status of the version.
- description str
- Description of the version.
- documentation_
url str - URL of the documentation for the CloudFormation Type.
- execution_
role_ strarn - Amazon Resource Name (ARN) of the IAM Role for CloudFormation to assume when invoking the extension. If your extension calls AWS APIs in any of its handlers, you must create an IAM execution role that includes the necessary permissions to call those AWS APIs, and provision that execution role in your account. When CloudFormation needs to invoke the extension handler, CloudFormation assumes this execution role to create a temporary session token, which it then passes to the extension handler, thereby supplying your extension with the appropriate credentials.
- is_
default_ boolversion - Whether the CloudFormation Type version is the default version.
- logging_
config CloudFormation Type Logging Config Args - Configuration block containing logging configuration.
- provisioning_
type str - Provisioning behavior of the CloudFormation Type.
- schema str
- JSON document of the CloudFormation Type schema.
- schema_
handler_ strpackage - URL to the S3 bucket containing the extension project package that contains the necessary files for the extension you want to register. Must begin with
s3://
orhttps://
. For example,s3://example-bucket/example-object
. - source_
url str - URL of the source code for the CloudFormation Type.
- type str
- CloudFormation Registry Type. For example,
RESOURCE
orMODULE
. - type_
arn str - (Optional) Amazon Resource Name (ARN) of the CloudFormation Type. See also
arn
. - type_
name str - CloudFormation Type name. For example,
ExampleCompany::ExampleService::ExampleResource
. - version_
id str - (Optional) Identifier of the CloudFormation Type version.
- visibility str
- Scope of the CloudFormation Type.
- arn String
- (Optional) Amazon Resource Name (ARN) of the CloudFormation Type version. See also
type_arn
. - default
Version StringId - Identifier of the CloudFormation Type default version.
- deprecated
Status String - Deprecation status of the version.
- description String
- Description of the version.
- documentation
Url String - URL of the documentation for the CloudFormation Type.
- execution
Role StringArn - Amazon Resource Name (ARN) of the IAM Role for CloudFormation to assume when invoking the extension. If your extension calls AWS APIs in any of its handlers, you must create an IAM execution role that includes the necessary permissions to call those AWS APIs, and provision that execution role in your account. When CloudFormation needs to invoke the extension handler, CloudFormation assumes this execution role to create a temporary session token, which it then passes to the extension handler, thereby supplying your extension with the appropriate credentials.
- is
Default BooleanVersion - Whether the CloudFormation Type version is the default version.
- logging
Config Property Map - Configuration block containing logging configuration.
- provisioning
Type String - Provisioning behavior of the CloudFormation Type.
- schema String
- JSON document of the CloudFormation Type schema.
- schema
Handler StringPackage - URL to the S3 bucket containing the extension project package that contains the necessary files for the extension you want to register. Must begin with
s3://
orhttps://
. For example,s3://example-bucket/example-object
. - source
Url String - URL of the source code for the CloudFormation Type.
- type String
- CloudFormation Registry Type. For example,
RESOURCE
orMODULE
. - type
Arn String - (Optional) Amazon Resource Name (ARN) of the CloudFormation Type. See also
arn
. - type
Name String - CloudFormation Type name. For example,
ExampleCompany::ExampleService::ExampleResource
. - version
Id String - (Optional) Identifier of the CloudFormation Type version.
- visibility String
- Scope of the CloudFormation Type.
Supporting Types
CloudFormationTypeLoggingConfig, CloudFormationTypeLoggingConfigArgs
- Log
Group stringName - Name of the CloudWatch Log Group where CloudFormation sends error logging information when invoking the type's handlers.
- Log
Role stringArn - Amazon Resource Name (ARN) of the IAM Role CloudFormation assumes when sending error logging information to CloudWatch Logs.
- Log
Group stringName - Name of the CloudWatch Log Group where CloudFormation sends error logging information when invoking the type's handlers.
- Log
Role stringArn - Amazon Resource Name (ARN) of the IAM Role CloudFormation assumes when sending error logging information to CloudWatch Logs.
- log
Group StringName - Name of the CloudWatch Log Group where CloudFormation sends error logging information when invoking the type's handlers.
- log
Role StringArn - Amazon Resource Name (ARN) of the IAM Role CloudFormation assumes when sending error logging information to CloudWatch Logs.
- log
Group stringName - Name of the CloudWatch Log Group where CloudFormation sends error logging information when invoking the type's handlers.
- log
Role stringArn - Amazon Resource Name (ARN) of the IAM Role CloudFormation assumes when sending error logging information to CloudWatch Logs.
- log_
group_ strname - Name of the CloudWatch Log Group where CloudFormation sends error logging information when invoking the type's handlers.
- log_
role_ strarn - Amazon Resource Name (ARN) of the IAM Role CloudFormation assumes when sending error logging information to CloudWatch Logs.
- log
Group StringName - Name of the CloudWatch Log Group where CloudFormation sends error logging information when invoking the type's handlers.
- log
Role StringArn - Amazon Resource Name (ARN) of the IAM Role CloudFormation assumes when sending error logging information to CloudWatch Logs.
Import
Using pulumi import
, import aws_cloudformation_type
using the type version Amazon Resource Name (ARN). For example:
$ pulumi import aws:cloudformation/cloudFormationType:CloudFormationType example arn:aws:cloudformation:us-east-1:123456789012:type/resource/ExampleCompany-ExampleService-ExampleType/1
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- AWS Classic pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aws
Terraform Provider.
Try AWS Native preview for resources not in the classic version.