BootstraplessSynthesizerProps¶
-
class
aws_cdk.core.
BootstraplessSynthesizerProps
(*, cloud_formation_execution_role_arn=None, deploy_role_arn=None)¶ Bases:
object
Construction properties of {@link BootstraplessSynthesizer}.
- Parameters
cloud_formation_execution_role_arn (
Optional
[str
]) – The CFN execution Role ARN to use. Default: - No CloudFormation role (use CLI credentials)deploy_role_arn (
Optional
[str
]) – The deploy Role ARN to use. Default: - No deploy role (use CLI credentials)
Attributes
-
cloud_formation_execution_role_arn
¶ The CFN execution Role ARN to use.
- Default
No CloudFormation role (use CLI credentials)
- Return type
Optional
[str
]
-
deploy_role_arn
¶ The deploy Role ARN to use.
- Default
No deploy role (use CLI credentials)
- Return type
Optional
[str
]