CfnElasticLoadBalancerAttachmentMixinProps

class aws_cdk.mixins_preview.aws_opsworks.mixins.CfnElasticLoadBalancerAttachmentMixinProps(*, elastic_load_balancer_name=None, layer_id=None)

Bases: object

Properties 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:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elasticloadbalancerattachment.html

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.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elasticloadbalancerattachment.html#cfn-opsworks-elasticloadbalancerattachment-elasticloadbalancername

layer_id

The OpsWorks layer ID to which the Elastic Load Balancing load balancer is attached.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elasticloadbalancerattachment.html#cfn-opsworks-elasticloadbalancerattachment-layerid