1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. appconfig
  5. Deployment

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.24.0 published on Wednesday, Jan 15, 2025 by Pulumi

aws-native.appconfig.Deployment

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.24.0 published on Wednesday, Jan 15, 2025 by Pulumi

    Resource Type definition for AWS::AppConfig::Deployment

    Create Deployment Resource

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

    Constructor syntax

    new Deployment(name: string, args: DeploymentArgs, opts?: CustomResourceOptions);
    @overload
    def Deployment(resource_name: str,
                   args: DeploymentArgs,
                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def Deployment(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   application_id: Optional[str] = None,
                   configuration_profile_id: Optional[str] = None,
                   configuration_version: Optional[str] = None,
                   deployment_strategy_id: Optional[str] = None,
                   environment_id: Optional[str] = None,
                   description: Optional[str] = None,
                   dynamic_extension_parameters: Optional[Sequence[DeploymentDynamicExtensionParametersArgs]] = None,
                   kms_key_identifier: Optional[str] = None,
                   tags: Optional[Sequence[_root_inputs.CreateOnlyTagArgs]] = None)
    func NewDeployment(ctx *Context, name string, args DeploymentArgs, opts ...ResourceOption) (*Deployment, error)
    public Deployment(string name, DeploymentArgs args, CustomResourceOptions? opts = null)
    public Deployment(String name, DeploymentArgs args)
    public Deployment(String name, DeploymentArgs args, CustomResourceOptions options)
    
    type: aws-native:appconfig:Deployment
    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 DeploymentArgs
    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 DeploymentArgs
    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 DeploymentArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DeploymentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DeploymentArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Deployment Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The Deployment resource accepts the following input properties:

    ApplicationId string
    The application ID.
    ConfigurationProfileId string
    The configuration profile ID.
    ConfigurationVersion string
    The configuration version to deploy. If deploying an AWS AppConfig hosted configuration version, you can specify either the version number or version label. For all other configurations, you must specify the version number.
    DeploymentStrategyId string
    The deployment strategy ID.
    EnvironmentId string
    The environment ID.
    Description string
    A description of the deployment.
    DynamicExtensionParameters List<Pulumi.AwsNative.AppConfig.Inputs.DeploymentDynamicExtensionParameters>
    A map of dynamic extension parameter names to values to pass to associated extensions with PRE_START_DEPLOYMENT actions.
    KmsKeyIdentifier string
    The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
    Tags List<Pulumi.AwsNative.Inputs.CreateOnlyTag>
    An array of key-value pairs to apply to this resource.
    ApplicationId string
    The application ID.
    ConfigurationProfileId string
    The configuration profile ID.
    ConfigurationVersion string
    The configuration version to deploy. If deploying an AWS AppConfig hosted configuration version, you can specify either the version number or version label. For all other configurations, you must specify the version number.
    DeploymentStrategyId string
    The deployment strategy ID.
    EnvironmentId string
    The environment ID.
    Description string
    A description of the deployment.
    DynamicExtensionParameters []DeploymentDynamicExtensionParametersArgs
    A map of dynamic extension parameter names to values to pass to associated extensions with PRE_START_DEPLOYMENT actions.
    KmsKeyIdentifier string
    The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
    Tags CreateOnlyTagArgs
    An array of key-value pairs to apply to this resource.
    applicationId String
    The application ID.
    configurationProfileId String
    The configuration profile ID.
    configurationVersion String
    The configuration version to deploy. If deploying an AWS AppConfig hosted configuration version, you can specify either the version number or version label. For all other configurations, you must specify the version number.
    deploymentStrategyId String
    The deployment strategy ID.
    environmentId String
    The environment ID.
    description String
    A description of the deployment.
    dynamicExtensionParameters List<DeploymentDynamicExtensionParameters>
    A map of dynamic extension parameter names to values to pass to associated extensions with PRE_START_DEPLOYMENT actions.
    kmsKeyIdentifier String
    The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
    tags List<CreateOnlyTag>
    An array of key-value pairs to apply to this resource.
    applicationId string
    The application ID.
    configurationProfileId string
    The configuration profile ID.
    configurationVersion string
    The configuration version to deploy. If deploying an AWS AppConfig hosted configuration version, you can specify either the version number or version label. For all other configurations, you must specify the version number.
    deploymentStrategyId string
    The deployment strategy ID.
    environmentId string
    The environment ID.
    description string
    A description of the deployment.
    dynamicExtensionParameters DeploymentDynamicExtensionParameters[]
    A map of dynamic extension parameter names to values to pass to associated extensions with PRE_START_DEPLOYMENT actions.
    kmsKeyIdentifier string
    The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
    tags CreateOnlyTag[]
    An array of key-value pairs to apply to this resource.
    application_id str
    The application ID.
    configuration_profile_id str
    The configuration profile ID.
    configuration_version str
    The configuration version to deploy. If deploying an AWS AppConfig hosted configuration version, you can specify either the version number or version label. For all other configurations, you must specify the version number.
    deployment_strategy_id str
    The deployment strategy ID.
    environment_id str
    The environment ID.
    description str
    A description of the deployment.
    dynamic_extension_parameters Sequence[DeploymentDynamicExtensionParametersArgs]
    A map of dynamic extension parameter names to values to pass to associated extensions with PRE_START_DEPLOYMENT actions.
    kms_key_identifier str
    The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
    tags Sequence[CreateOnlyTagArgs]
    An array of key-value pairs to apply to this resource.
    applicationId String
    The application ID.
    configurationProfileId String
    The configuration profile ID.
    configurationVersion String
    The configuration version to deploy. If deploying an AWS AppConfig hosted configuration version, you can specify either the version number or version label. For all other configurations, you must specify the version number.
    deploymentStrategyId String
    The deployment strategy ID.
    environmentId String
    The environment ID.
    description String
    A description of the deployment.
    dynamicExtensionParameters List<Property Map>
    A map of dynamic extension parameter names to values to pass to associated extensions with PRE_START_DEPLOYMENT actions.
    kmsKeyIdentifier String
    The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
    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 Deployment resource produces the following output properties:

    DeploymentNumber string
    The sequence number of the deployment.
    Id string
    The provider-assigned unique ID for this managed resource.
    DeploymentNumber string
    The sequence number of the deployment.
    Id string
    The provider-assigned unique ID for this managed resource.
    deploymentNumber String
    The sequence number of the deployment.
    id String
    The provider-assigned unique ID for this managed resource.
    deploymentNumber string
    The sequence number of the deployment.
    id string
    The provider-assigned unique ID for this managed resource.
    deployment_number str
    The sequence number of the deployment.
    id str
    The provider-assigned unique ID for this managed resource.
    deploymentNumber String
    The sequence number of the deployment.
    id String
    The provider-assigned unique ID for this managed resource.

    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

    DeploymentDynamicExtensionParameters, DeploymentDynamicExtensionParametersArgs

    ExtensionReference string
    The ARN or ID of the extension for which you are inserting a dynamic parameter.
    ParameterName string
    The parameter name.
    ParameterValue string
    The parameter value.
    ExtensionReference string
    The ARN or ID of the extension for which you are inserting a dynamic parameter.
    ParameterName string
    The parameter name.
    ParameterValue string
    The parameter value.
    extensionReference String
    The ARN or ID of the extension for which you are inserting a dynamic parameter.
    parameterName String
    The parameter name.
    parameterValue String
    The parameter value.
    extensionReference string
    The ARN or ID of the extension for which you are inserting a dynamic parameter.
    parameterName string
    The parameter name.
    parameterValue string
    The parameter value.
    extension_reference str
    The ARN or ID of the extension for which you are inserting a dynamic parameter.
    parameter_name str
    The parameter name.
    parameter_value str
    The parameter value.
    extensionReference String
    The ARN or ID of the extension for which you are inserting a dynamic parameter.
    parameterName String
    The parameter name.
    parameterValue String
    The parameter value.

    Package Details

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

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.24.0 published on Wednesday, Jan 15, 2025 by Pulumi