CfnRoutingControlMixinProps
- class aws_cdk.mixins_preview.aws_route53recoverycontrol.mixins.CfnRoutingControlMixinProps(*, cluster_arn=None, control_panel_arn=None, name=None)
Bases:
objectProperties for CfnRoutingControlPropsMixin.
- Parameters:
cluster_arn (
Optional[str]) – The Amazon Resource Name (ARN) of the cluster that hosts the routing control.control_panel_arn (
Optional[str]) – The Amazon Resource Name (ARN) of the control panel that includes the routing control.name (
Optional[str]) – The name of the routing control. You can use any non-white space character in the name.
- See:
- 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.mixins_preview.aws_route53recoverycontrol import mixins as route53recoverycontrol_mixins cfn_routing_control_mixin_props = route53recoverycontrol_mixins.CfnRoutingControlMixinProps( cluster_arn="clusterArn", control_panel_arn="controlPanelArn", name="name" )
Attributes
- cluster_arn
The Amazon Resource Name (ARN) of the cluster that hosts the routing control.
- control_panel_arn
The Amazon Resource Name (ARN) of the control panel that includes the routing control.
- name
The name of the routing control.
You can use any non-white space character in the name.