Proton Deployment

Proton Deployment in AWS Proton represents the process of rolling out infrastructure or application changes defined in a Proton service or environment. It manages the deployment lifecycle, tracks status, and provides outputs related to the deployment execution. This helps teams standardize and automate deployments across multiple environments while ensuring consistency and visibility.

aws.proton_deployment

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
arncorestringThe Amazon Resource Name (ARN) of the deployment.
completed_atcoretimestampThe date and time the deployment was completed.
component_namecorestringThe name of the component associated with this deployment.
created_atcoretimestampThe date and time the deployment was created.
deployment_statuscorestringThe status of the deployment.
deployment_status_messagecorestringThe deployment status message.
environment_namecorestringThe name of the environment associated with this deployment.
idcorestringThe ID of the deployment.
initial_statecorejsonThe initial state of the target resource at the time of the deployment.
last_attempted_deployment_idcorestringThe ID of the last attempted deployment.
last_modified_atcoretimestampThe date and time the deployment was last modified.
last_succeeded_deployment_idcorestringThe ID of the last successful deployment.
service_instance_namecorestringThe name of the deployment's service instance.
service_namecorestringThe name of the service in this deployment.
tagscorehstore
target_arncorestringThe Amazon Resource Name (ARN) of the target of the deployment.
target_resource_created_atcoretimestampThe date and time the depoyment target was created.
target_resource_typecorestringThe resource type of the deployment target. It can be an environment, service, service instance, or component.
target_statecorejsonThe target state of the target resource at the time of the deployment.