CfnElasticLoadBalancerAttachmentMixinProps
- class aws_cdk.cfn_property_mixins.aws_opsworks.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.cfn_property_mixins import aws_opsworks as opsworks cfn_elastic_load_balancer_attachment_mixin_props = opsworks.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.