1. Packages
  2. AWS Native
  3. API Docs
  4. appconfig
  5. ExtensionAssociation

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.appconfig.ExtensionAssociation

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

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

    Create ExtensionAssociation Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ExtensionAssociation(name: string, args?: ExtensionAssociationArgs, opts?: CustomResourceOptions);
    @overload
    def ExtensionAssociation(resource_name: str,
                             args: Optional[ExtensionAssociationArgs] = None,
                             opts: Optional[ResourceOptions] = None)
    
    @overload
    def ExtensionAssociation(resource_name: str,
                             opts: Optional[ResourceOptions] = None,
                             extension_identifier: Optional[str] = None,
                             extension_version_number: Optional[int] = None,
                             parameters: Optional[Mapping[str, str]] = None,
                             resource_identifier: Optional[str] = None,
                             tags: Optional[Sequence[_root_inputs.CreateOnlyTagArgs]] = 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.
    
    

    Parameters

    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.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const extensionAssociationResource = new aws_native.appconfig.ExtensionAssociation("extensionAssociationResource", {
        extensionIdentifier: "string",
        extensionVersionNumber: 0,
        parameters: {
            string: "string",
        },
        resourceIdentifier: "string",
        tags: [{
            key: "string",
            value: "string",
        }],
    });
    
    Coming soon!
    

    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 Dictionary<string, string>
    ResourceIdentifier string
    Tags List<Pulumi.AwsNative.Inputs.CreateOnlyTag>
    An array of key-value pairs to apply to this resource.
    ExtensionIdentifier string
    ExtensionVersionNumber int
    Parameters map[string]string
    ResourceIdentifier string
    Tags CreateOnlyTagArgs
    An array of key-value pairs to apply to this resource.
    extensionIdentifier String
    extensionVersionNumber Integer
    parameters Map<String,String>
    resourceIdentifier String
    tags List<CreateOnlyTag>
    An array of key-value pairs to apply to this resource.
    extensionIdentifier string
    extensionVersionNumber number
    parameters {[key: string]: string}
    resourceIdentifier string
    tags CreateOnlyTag[]
    An array of key-value pairs to apply to this resource.
    extension_identifier str
    extension_version_number int
    parameters Mapping[str, str]
    resource_identifier str
    tags Sequence[CreateOnlyTagArgs]
    An array of key-value pairs to apply to this resource.
    extensionIdentifier String
    extensionVersionNumber Number
    parameters Map<String>
    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
    AwsId string
    ExtensionArn string
    Id string
    The provider-assigned unique ID for this managed resource.
    ResourceArn string
    Arn string
    AwsId string
    ExtensionArn string
    Id string
    The provider-assigned unique ID for this managed resource.
    ResourceArn string
    arn String
    awsId String
    extensionArn String
    id String
    The provider-assigned unique ID for this managed resource.
    resourceArn String
    arn string
    awsId string
    extensionArn string
    id string
    The provider-assigned unique ID for this managed resource.
    resourceArn string
    arn str
    aws_id str
    extension_arn str
    id str
    The provider-assigned unique ID for this managed resource.
    resource_arn str
    arn String
    awsId String
    extensionArn String
    id String
    The provider-assigned unique ID for this managed resource.
    resourceArn String

    Supporting Types

    CreateOnlyTag, CreateOnlyTagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi