We recommend new projects start with resources from the AWS provider.
aws-native.appconfig.Deployment
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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:
- Application
Id string - The application ID.
- Configuration
Profile stringId - The configuration profile ID.
- Configuration
Version 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.
- Deployment
Strategy stringId - The deployment strategy ID.
- Environment
Id string - The environment ID.
- Description string
- A description of the deployment.
- Dynamic
Extension List<Pulumi.Parameters Aws Native. App Config. Inputs. Deployment Dynamic Extension Parameters> - A map of dynamic extension parameter names to values to pass to associated extensions with
PRE_START_DEPLOYMENT
actions. - Kms
Key stringIdentifier - The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
- List<Pulumi.
Aws Native. Inputs. Create Only Tag> - An array of key-value pairs to apply to this resource.
- Application
Id string - The application ID.
- Configuration
Profile stringId - The configuration profile ID.
- Configuration
Version 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.
- Deployment
Strategy stringId - The deployment strategy ID.
- Environment
Id string - The environment ID.
- Description string
- A description of the deployment.
- Dynamic
Extension []DeploymentParameters Dynamic Extension Parameters Args - A map of dynamic extension parameter names to values to pass to associated extensions with
PRE_START_DEPLOYMENT
actions. - Kms
Key stringIdentifier - The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
- Create
Only Tag Args - An array of key-value pairs to apply to this resource.
- application
Id String - The application ID.
- configuration
Profile StringId - The configuration profile ID.
- configuration
Version 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.
- deployment
Strategy StringId - The deployment strategy ID.
- environment
Id String - The environment ID.
- description String
- A description of the deployment.
- dynamic
Extension List<DeploymentParameters Dynamic Extension Parameters> - A map of dynamic extension parameter names to values to pass to associated extensions with
PRE_START_DEPLOYMENT
actions. - kms
Key StringIdentifier - The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
- List<Create
Only Tag> - An array of key-value pairs to apply to this resource.
- application
Id string - The application ID.
- configuration
Profile stringId - The configuration profile ID.
- configuration
Version 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.
- deployment
Strategy stringId - The deployment strategy ID.
- environment
Id string - The environment ID.
- description string
- A description of the deployment.
- dynamic
Extension DeploymentParameters Dynamic Extension Parameters[] - A map of dynamic extension parameter names to values to pass to associated extensions with
PRE_START_DEPLOYMENT
actions. - kms
Key stringIdentifier - The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
- Create
Only Tag[] - An array of key-value pairs to apply to this resource.
- application_
id str - The application ID.
- configuration_
profile_ strid - 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_ strid - The deployment strategy ID.
- environment_
id str - The environment ID.
- description str
- A description of the deployment.
- dynamic_
extension_ Sequence[Deploymentparameters Dynamic Extension Parameters Args] - A map of dynamic extension parameter names to values to pass to associated extensions with
PRE_START_DEPLOYMENT
actions. - kms_
key_ stridentifier - The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
- Sequence[Create
Only Tag Args] - An array of key-value pairs to apply to this resource.
- application
Id String - The application ID.
- configuration
Profile StringId - The configuration profile ID.
- configuration
Version 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.
- deployment
Strategy StringId - The deployment strategy ID.
- environment
Id String - The environment ID.
- description String
- A description of the deployment.
- dynamic
Extension List<Property Map>Parameters - A map of dynamic extension parameter names to values to pass to associated extensions with
PRE_START_DEPLOYMENT
actions. - kms
Key StringIdentifier - The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
- 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:
- Deployment
Number string - The sequence number of the deployment.
- Id string
- The provider-assigned unique ID for this managed resource.
- Deployment
Number string - The sequence number of the deployment.
- Id string
- The provider-assigned unique ID for this managed resource.
- deployment
Number String - The sequence number of the deployment.
- id String
- The provider-assigned unique ID for this managed resource.
- deployment
Number 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.
- deployment
Number String - The sequence number of the deployment.
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
CreateOnlyTag, CreateOnlyTagArgs
DeploymentDynamicExtensionParameters, DeploymentDynamicExtensionParametersArgs
- Extension
Reference string - The ARN or ID of the extension for which you are inserting a dynamic parameter.
- Parameter
Name string - The parameter name.
- Parameter
Value string - The parameter value.
- Extension
Reference string - The ARN or ID of the extension for which you are inserting a dynamic parameter.
- Parameter
Name string - The parameter name.
- Parameter
Value string - The parameter value.
- extension
Reference String - The ARN or ID of the extension for which you are inserting a dynamic parameter.
- parameter
Name String - The parameter name.
- parameter
Value String - The parameter value.
- extension
Reference string - The ARN or ID of the extension for which you are inserting a dynamic parameter.
- parameter
Name string - The parameter name.
- parameter
Value 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.
- extension
Reference String - The ARN or ID of the extension for which you are inserting a dynamic parameter.
- parameter
Name String - The parameter name.
- parameter
Value String - The parameter value.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.