CfnRoutingControlMixinProps
- class aws_cdk.cfn_property_mixins.aws_route53recoverycontrol.CfnRoutingControlMixinProps(*, cluster_arn=None, control_panel_arn=None, name=None)
Bases:
objectProperties for CfnRoutingControlPropsMixin.
- Parameters:
cluster_arn (
Union[str,IClusterRef,None]) – The Amazon Resource Name (ARN) of the cluster that hosts the routing control.control_panel_arn (
Union[str,IControlPanelRef,None]) – 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.cfn_property_mixins import aws_route53recoverycontrol as route53recoverycontrol cfn_routing_control_mixin_props = route53recoverycontrol.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.