DeploymentStrategyReference

class aws_cdk.interfaces.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.interfaces import aws_appconfig as interfaces_appconfig

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

Attributes

deployment_strategy_id

The Id of the DeploymentStrategy resource.