aws-native logo
AWS Native v0.64.0, Jun 2 23

aws-native.appconfig.ExtensionAssociation

Explore with Pulumi AI

An example resource schema demonstrating some basic constructs and validation rules.

Create ExtensionAssociation Resource

new ExtensionAssociation(name: string, args?: ExtensionAssociationArgs, opts?: CustomResourceOptions);
@overload
def ExtensionAssociation(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         extension_identifier: Optional[str] = None,
                         extension_version_number: Optional[int] = None,
                         parameters: Optional[Any] = None,
                         resource_identifier: Optional[str] = None,
                         tags: Optional[Sequence[ExtensionAssociationTagArgs]] = None)
@overload
def ExtensionAssociation(resource_name: str,
                         args: Optional[ExtensionAssociationArgs] = None,
                         opts: Optional[ResourceOptions] = None)
func NewExtensionAssociation(ctx *Context, name string, args *ExtensionAssociationArgs, opts ...ResourceOption) (*ExtensionAssociation, error)
public ExtensionAssociation(string name, ExtensionAssociationArgs? args = null, CustomResourceOptions? opts = null)
public ExtensionAssociation(String name, ExtensionAssociationArgs args)
public ExtensionAssociation(String name, ExtensionAssociationArgs args, CustomResourceOptions options)
type: aws-native:appconfig:ExtensionAssociation
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

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

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

ExtensionIdentifier string
ExtensionVersionNumber int
Parameters interface{}
ResourceIdentifier string
Tags []ExtensionAssociationTagArgs

An array of key-value pairs to apply to this resource.

extensionIdentifier String
extensionVersionNumber Integer
parameters Object
resourceIdentifier String
tags List<ExtensionAssociationTagArgs>

An array of key-value pairs to apply to this resource.

extensionIdentifier string
extensionVersionNumber number
parameters any
resourceIdentifier string
tags ExtensionAssociationTagArgs[]

An array of key-value pairs to apply to this resource.

extensionIdentifier String
extensionVersionNumber Number
parameters Any
resourceIdentifier String
tags List<Property Map>

An array of key-value pairs to apply to this resource.

Outputs

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

Arn string
ExtensionArn string
Id string

The provider-assigned unique ID for this managed resource.

ResourceArn string
Arn string
ExtensionArn string
Id string

The provider-assigned unique ID for this managed resource.

ResourceArn string
arn String
extensionArn String
id String

The provider-assigned unique ID for this managed resource.

resourceArn String
arn string
extensionArn string
id string

The provider-assigned unique ID for this managed resource.

resourceArn string
arn str
extension_arn str
id str

The provider-assigned unique ID for this managed resource.

resource_arn str
arn String
extensionArn String
id String

The provider-assigned unique ID for this managed resource.

resourceArn String

Supporting Types

ExtensionAssociationTag

Key string

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

Value string

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

Key string

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

Value string

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

key String

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

value String

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

key string

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

value string

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

key str

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

value str

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

key String

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

value String

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

Package Details

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