aws-native logo
AWS Native v0.54.0, Mar 21 23

aws-native.ExtensionResource

A special resource that enables deploying CloudFormation Extensions (third-party resources). An extension has to be pre-registered in your AWS account in order to use this resource.

Create ExtensionResource Resource

new ExtensionResource(name: string, args: ExtensionResourceArgs, opts?: CustomResourceOptions);
@overload
def ExtensionResource(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      properties: Optional[Mapping[str, Any]] = None,
                      type: Optional[str] = None)
@overload
def ExtensionResource(resource_name: str,
                      args: ExtensionResourceArgs,
                      opts: Optional[ResourceOptions] = None)
func NewExtensionResource(ctx *Context, name string, args ExtensionResourceArgs, opts ...ResourceOption) (*ExtensionResource, error)
public ExtensionResource(string name, ExtensionResourceArgs args, CustomResourceOptions? opts = null)
public ExtensionResource(String name, ExtensionResourceArgs args)
public ExtensionResource(String name, ExtensionResourceArgs args, CustomResourceOptions options)
type: aws-native:ExtensionResource
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args ExtensionResourceArgs
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 ExtensionResourceArgs
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 ExtensionResourceArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args ExtensionResourceArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args ExtensionResourceArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

ExtensionResource 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 ExtensionResource resource accepts the following input properties:

Properties Dictionary<string, object>

Dictionary of the extension resource properties.

Type string

CloudFormation type name.

Properties map[string]interface{}

Dictionary of the extension resource properties.

Type string

CloudFormation type name.

properties Map<String,Object>

Dictionary of the extension resource properties.

type String

CloudFormation type name.

properties {[key: string]: any}

Dictionary of the extension resource properties.

type string

CloudFormation type name.

properties Mapping[str, Any]

Dictionary of the extension resource properties.

type str

CloudFormation type name.

properties Map<Any>

Dictionary of the extension resource properties.

type String

CloudFormation type name.

Outputs

All input properties are implicitly available as output properties. Additionally, the ExtensionResource resource produces the following output properties:

Id string

The provider-assigned unique ID for this managed resource.

Outputs Dictionary<string, object>

Dictionary of the extension resource attributes.

Id string

The provider-assigned unique ID for this managed resource.

Outputs map[string]interface{}

Dictionary of the extension resource attributes.

id String

The provider-assigned unique ID for this managed resource.

outputs Map<String,Object>

Dictionary of the extension resource attributes.

id string

The provider-assigned unique ID for this managed resource.

outputs {[key: string]: any}

Dictionary of the extension resource attributes.

id str

The provider-assigned unique ID for this managed resource.

outputs Mapping[str, Any]

Dictionary of the extension resource attributes.

id String

The provider-assigned unique ID for this managed resource.

outputs Map<Any>

Dictionary of the extension resource attributes.

Package Details

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