CfnElasticLoadBalancerAttachmentMixinProps
- class aws_cdk.mixins_preview.aws_opsworks.mixins.CfnElasticLoadBalancerAttachmentMixinProps(*, elastic_load_balancer_name=None, layer_id=None)
Bases:
objectProperties for CfnElasticLoadBalancerAttachmentPropsMixin.
- Parameters:
elastic_load_balancer_name (
Optional[str]) – The Elastic Load Balancing instance name.layer_id (
Optional[str]) – The OpsWorks layer ID to which the Elastic Load Balancing load balancer is attached.
- 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_opsworks import mixins as opsworks_mixins cfn_elastic_load_balancer_attachment_mixin_props = opsworks_mixins.CfnElasticLoadBalancerAttachmentMixinProps( elastic_load_balancer_name="elasticLoadBalancerName", layer_id="layerId" )
Attributes
- elastic_load_balancer_name
The Elastic Load Balancing instance name.
- layer_id
The OpsWorks layer ID to which the Elastic Load Balancing load balancer is attached.