CfnHookProps¶
-
class
aws_cdk.core.
CfnHookProps
(*, type, properties=None)¶ Bases:
object
Construction properties of {@link CfnHook}.
- Parameters
type (
str
) – The type of the hook (for example, “AWS::CodeDeploy::BlueGreen”).properties (
Optional
[Mapping
[str
,Any
]]) – The properties of the hook. Default: - no properties
Attributes
-
properties
¶ The properties of the hook.
- Default
no properties
- Return type
Optional
[Mapping
[str
,Any
]]
-
type
¶ The type of the hook (for example, “AWS::CodeDeploy::BlueGreen”).
- Return type
str