Bases: object
configuration (Optional
[Any
])
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_codepipeline as codepipeline
# configuration: Any
action_config = codepipeline.ActionConfig(
configuration=configuration
)
Attributes