DeploymentStrategyReference

class aws_cdk.aws_appconfig.DeploymentStrategyReference(*, deployment_strategy_id)

Bases: object

A reference to a DeploymentStrategy resource.

Parameters:

deployment_strategy_id (str) – The Id of the DeploymentStrategy resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_appconfig as appconfig

deployment_strategy_reference = appconfig.DeploymentStrategyReference(
    deployment_strategy_id="deploymentStrategyId"
)

Attributes

deployment_strategy_id

The Id of the DeploymentStrategy resource.