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.112.0 published on Wednesday, Jul 24, 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.112.0 published on Wednesday, Jul 24, 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.

    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
    The name, the ID, or the Amazon Resource Name (ARN) of the extension.
    ExtensionVersionNumber int
    The version number of the extension. If not specified, AWS AppConfig uses the maximum version of the extension.
    Parameters Dictionary<string, string>
    The parameter names and values defined in the extensions. Extension parameters marked Required must be entered for this field.
    ResourceIdentifier string
    The ARN of an application, configuration profile, or environment.
    Tags List<Pulumi.AwsNative.Inputs.CreateOnlyTag>
    An array of key-value pairs to apply to this resource.
    ExtensionIdentifier string
    The name, the ID, or the Amazon Resource Name (ARN) of the extension.
    ExtensionVersionNumber int
    The version number of the extension. If not specified, AWS AppConfig uses the maximum version of the extension.
    Parameters map[string]string
    The parameter names and values defined in the extensions. Extension parameters marked Required must be entered for this field.
    ResourceIdentifier string
    The ARN of an application, configuration profile, or environment.
    Tags CreateOnlyTagArgs
    An array of key-value pairs to apply to this resource.
    extensionIdentifier String
    The name, the ID, or the Amazon Resource Name (ARN) of the extension.
    extensionVersionNumber Integer
    The version number of the extension. If not specified, AWS AppConfig uses the maximum version of the extension.
    parameters Map<String,String>
    The parameter names and values defined in the extensions. Extension parameters marked Required must be entered for this field.
    resourceIdentifier String
    The ARN of an application, configuration profile, or environment.
    tags List<CreateOnlyTag>
    An array of key-value pairs to apply to this resource.
    extensionIdentifier string
    The name, the ID, or the Amazon Resource Name (ARN) of the extension.
    extensionVersionNumber number
    The version number of the extension. If not specified, AWS AppConfig uses the maximum version of the extension.
    parameters {[key: string]: string}
    The parameter names and values defined in the extensions. Extension parameters marked Required must be entered for this field.
    resourceIdentifier string
    The ARN of an application, configuration profile, or environment.
    tags CreateOnlyTag[]
    An array of key-value pairs to apply to this resource.
    extension_identifier str
    The name, the ID, or the Amazon Resource Name (ARN) of the extension.
    extension_version_number int
    The version number of the extension. If not specified, AWS AppConfig uses the maximum version of the extension.
    parameters Mapping[str, str]
    The parameter names and values defined in the extensions. Extension parameters marked Required must be entered for this field.
    resource_identifier str
    The ARN of an application, configuration profile, or environment.
    tags Sequence[CreateOnlyTagArgs]
    An array of key-value pairs to apply to this resource.
    extensionIdentifier String
    The name, the ID, or the Amazon Resource Name (ARN) of the extension.
    extensionVersionNumber Number
    The version number of the extension. If not specified, AWS AppConfig uses the maximum version of the extension.
    parameters Map<String>
    The parameter names and values defined in the extensions. Extension parameters marked Required must be entered for this field.
    resourceIdentifier String
    The ARN of an application, configuration profile, or environment.
    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
    The ARN of the extension defined in the association.
    AwsId string
    The system-generated ID for the association.
    ExtensionArn string
    The ARN of the extension defined in the association.
    Id string
    The provider-assigned unique ID for this managed resource.
    ResourceArn string
    The ARNs of applications, configuration profiles, or environments defined in the association.
    Arn string
    The ARN of the extension defined in the association.
    AwsId string
    The system-generated ID for the association.
    ExtensionArn string
    The ARN of the extension defined in the association.
    Id string
    The provider-assigned unique ID for this managed resource.
    ResourceArn string
    The ARNs of applications, configuration profiles, or environments defined in the association.
    arn String
    The ARN of the extension defined in the association.
    awsId String
    The system-generated ID for the association.
    extensionArn String
    The ARN of the extension defined in the association.
    id String
    The provider-assigned unique ID for this managed resource.
    resourceArn String
    The ARNs of applications, configuration profiles, or environments defined in the association.
    arn string
    The ARN of the extension defined in the association.
    awsId string
    The system-generated ID for the association.
    extensionArn string
    The ARN of the extension defined in the association.
    id string
    The provider-assigned unique ID for this managed resource.
    resourceArn string
    The ARNs of applications, configuration profiles, or environments defined in the association.
    arn str
    The ARN of the extension defined in the association.
    aws_id str
    The system-generated ID for the association.
    extension_arn str
    The ARN of the extension defined in the association.
    id str
    The provider-assigned unique ID for this managed resource.
    resource_arn str
    The ARNs of applications, configuration profiles, or environments defined in the association.
    arn String
    The ARN of the extension defined in the association.
    awsId String
    The system-generated ID for the association.
    extensionArn String
    The ARN of the extension defined in the association.
    id String
    The provider-assigned unique ID for this managed resource.
    resourceArn String
    The ARNs of applications, configuration profiles, or environments defined in the association.

    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.112.0 published on Wednesday, Jul 24, 2024 by Pulumi