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:
- ApplicationId string
- The application ID.
- ConfigurationProfile stringId 
- 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.
- DeploymentStrategy stringId 
- The deployment strategy ID.
- EnvironmentId string
- The environment ID.
- Description string
- A description of the deployment.
- DynamicExtension 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_DEPLOYMENTactions.
- KmsKey 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.
- ApplicationId string
- The application ID.
- ConfigurationProfile stringId 
- 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.
- DeploymentStrategy stringId 
- The deployment strategy ID.
- EnvironmentId string
- The environment ID.
- Description string
- A description of the deployment.
- DynamicExtension []DeploymentParameters Dynamic Extension Parameters Args 
- A map of dynamic extension parameter names to values to pass to associated extensions with PRE_START_DEPLOYMENTactions.
- KmsKey stringIdentifier 
- The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
- 
CreateOnly Tag Args 
- An array of key-value pairs to apply to this resource.
- applicationId String
- The application ID.
- configurationProfile StringId 
- 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.
- deploymentStrategy StringId 
- The deployment strategy ID.
- environmentId String
- The environment ID.
- description String
- A description of the deployment.
- dynamicExtension List<DeploymentParameters Dynamic Extension Parameters> 
- A map of dynamic extension parameter names to values to pass to associated extensions with PRE_START_DEPLOYMENTactions.
- kmsKey StringIdentifier 
- The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
- 
List<CreateOnly Tag> 
- An array of key-value pairs to apply to this resource.
- applicationId string
- The application ID.
- configurationProfile stringId 
- 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.
- deploymentStrategy stringId 
- The deployment strategy ID.
- environmentId string
- The environment ID.
- description string
- A description of the deployment.
- dynamicExtension DeploymentParameters Dynamic Extension Parameters[] 
- A map of dynamic extension parameter names to values to pass to associated extensions with PRE_START_DEPLOYMENTactions.
- kmsKey stringIdentifier 
- The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
- 
CreateOnly 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_DEPLOYMENTactions.
- 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[CreateOnly Tag Args] 
- An array of key-value pairs to apply to this resource.
- applicationId String
- The application ID.
- configurationProfile StringId 
- 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.
- deploymentStrategy StringId 
- The deployment strategy ID.
- environmentId String
- The environment ID.
- description String
- A description of the deployment.
- dynamicExtension List<Property Map>Parameters 
- A map of dynamic extension parameter names to values to pass to associated extensions with PRE_START_DEPLOYMENTactions.
- kmsKey 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:
- 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      
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
We recommend new projects start with resources from the AWS provider.