Documentation ¶
Index ¶
- func CfnLoadBalancer_CFN_RESOURCE_TYPE_NAME() *string
- func CfnLoadBalancer_IsCfnElement(x interface{}) *bool
- func CfnLoadBalancer_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnLoadBalancer_IsConstruct(x interface{}) *bool
- func LoadBalancer_IsConstruct(x interface{}) *bool
- func LoadBalancer_IsResource(construct constructs.IConstruct) *bool
- func NewCfnLoadBalancer_Override(c CfnLoadBalancer, scope constructs.Construct, id *string, ...)
- func NewListenerPort_Override(l ListenerPort, securityGroup awsec2.ISecurityGroup, defaultPort awsec2.Port)
- func NewLoadBalancer_Override(l LoadBalancer, scope constructs.Construct, id *string, ...)
- type CfnLoadBalancer
- type CfnLoadBalancerProps
- type CfnLoadBalancer_AccessLoggingPolicyProperty
- type CfnLoadBalancer_AppCookieStickinessPolicyProperty
- type CfnLoadBalancer_ConnectionDrainingPolicyProperty
- type CfnLoadBalancer_ConnectionSettingsProperty
- type CfnLoadBalancer_HealthCheckProperty
- type CfnLoadBalancer_LBCookieStickinessPolicyProperty
- type CfnLoadBalancer_ListenersProperty
- type CfnLoadBalancer_PoliciesProperty
- type HealthCheck
- type ILoadBalancerTarget
- type ListenerPort
- type LoadBalancer
- type LoadBalancerListener
- type LoadBalancerProps
- type LoadBalancingProtocol
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CfnLoadBalancer_CFN_RESOURCE_TYPE_NAME ¶
func CfnLoadBalancer_CFN_RESOURCE_TYPE_NAME() *string
func CfnLoadBalancer_IsCfnElement ¶
func CfnLoadBalancer_IsCfnElement(x interface{}) *bool
Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).
Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.
Returns: The construct as a stack element or undefined if it is not a stack element.
func CfnLoadBalancer_IsCfnResource ¶
func CfnLoadBalancer_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource.
func CfnLoadBalancer_IsConstruct ¶
func CfnLoadBalancer_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead.
func LoadBalancer_IsConstruct ¶
func LoadBalancer_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead.
func LoadBalancer_IsResource ¶
func LoadBalancer_IsResource(construct constructs.IConstruct) *bool
Check whether the given construct is a Resource.
func NewCfnLoadBalancer_Override ¶
func NewCfnLoadBalancer_Override(c CfnLoadBalancer, scope constructs.Construct, id *string, props *CfnLoadBalancerProps)
Create a new `AWS::ElasticLoadBalancing::LoadBalancer`.
func NewListenerPort_Override ¶
func NewListenerPort_Override(l ListenerPort, securityGroup awsec2.ISecurityGroup, defaultPort awsec2.Port)
func NewLoadBalancer_Override ¶
func NewLoadBalancer_Override(l LoadBalancer, scope constructs.Construct, id *string, props *LoadBalancerProps)
Types ¶
type CfnLoadBalancer ¶
type CfnLoadBalancer interface { awscdk.CfnResource awscdk.IInspectable // Information about where and how access logs are stored for the load balancer. AccessLoggingPolicy() interface{} SetAccessLoggingPolicy(val interface{}) // Information about a policy for application-controlled session stickiness. AppCookieStickinessPolicy() interface{} SetAppCookieStickinessPolicy(val interface{}) // The name of the Route 53 hosted zone that is associated with the load balancer. // // Internal-facing load balancers don't use this value, use `DNSName` instead. AttrCanonicalHostedZoneName() *string // The ID of the Route 53 hosted zone name that is associated with the load balancer. AttrCanonicalHostedZoneNameId() *string // The DNS name for the load balancer. AttrDnsName() *string // The name of the security group that you can use as part of your inbound rules for your load balancer's back-end instances. AttrSourceSecurityGroupGroupName() *string // The owner of the source security group. AttrSourceSecurityGroupOwnerAlias() *string // The Availability Zones for the load balancer. For load balancers in a VPC, specify `Subnets` instead. // // Update requires replacement if you did not previously specify an Availability Zone or if you are removing all Availability Zones. Otherwise, update requires no interruption. AvailabilityZones() *[]*string SetAvailabilityZones(val *[]*string) // Options for this resource, such as condition, update policy etc. CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} // AWS resource type. CfnResourceType() *string // If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy instance. // // For more information, see [Configure Connection Draining](https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/config-conn-drain.html) in the *Classic Load Balancers Guide* . ConnectionDrainingPolicy() interface{} SetConnectionDrainingPolicy(val interface{}) // If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration. // // By default, Elastic Load Balancing maintains a 60-second idle connection timeout for both front-end and back-end connections of your load balancer. For more information, see [Configure Idle Connection Timeout](https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/config-idle-timeout.html) in the *Classic Load Balancers Guide* . ConnectionSettings() interface{} SetConnectionSettings(val interface{}) // Returns: the stack trace of the point where this Resource was created from, sourced // from the +metadata+ entry typed +aws:cdk:logicalId+, and with the bottom-most // node +internal+ entries filtered. CreationStack() *[]*string // If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones. // // For more information, see [Configure Cross-Zone Load Balancing](https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-disable-crosszone-lb.html) in the *Classic Load Balancers Guide* . CrossZone() interface{} SetCrossZone(val interface{}) // The health check settings to use when evaluating the health of your EC2 instances. // // Update requires replacement if you did not previously specify health check settings or if you are removing the health check settings. Otherwise, update requires no interruption. HealthCheck() interface{} SetHealthCheck(val interface{}) // The IDs of the instances for the load balancer. Instances() *[]*string SetInstances(val *[]*string) // Information about a policy for duration-based session stickiness. LbCookieStickinessPolicy() interface{} SetLbCookieStickinessPolicy(val interface{}) // The listeners for the load balancer. You can specify at most one listener per port. // // If you update the properties for a listener, AWS CloudFormation deletes the existing listener and creates a new one with the specified properties. While the new listener is being created, clients cannot connect to the load balancer. Listeners() interface{} SetListeners(val interface{}) // The name of the load balancer. // // This name must be unique within your set of load balancers for the region. // // If you don't specify a name, AWS CloudFormation generates a unique physical ID for the load balancer. For more information, see [Name Type](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-name.html) . If you specify a name, you cannot perform updates that require replacement of this resource, but you can perform other updates. To replace the resource, specify a new name. LoadBalancerName() *string SetLoadBalancerName(val *string) // The logical ID for this CloudFormation stack element. // // The logical ID of the element // is calculated from the path of the resource node in the construct tree. // // To override this value, use `overrideLogicalId(newLogicalId)`. // // Returns: the logical ID as a stringified token. This value will only get // resolved during synthesis. LogicalId() *string // The tree node. Node() constructs.Node // The policies defined for your Classic Load Balancer. // // Specify only back-end server policies. Policies() interface{} SetPolicies(val interface{}) // Return a string that will be resolved to a CloudFormation `{ Ref }` for this element. // // If, by any chance, the intrinsic reference of a resource is not a string, you could // coerce it to an IResolvable through `Lazy.any({ produce: resource.ref })`. Ref() *string // The type of load balancer. Valid only for load balancers in a VPC. // // If `Scheme` is `internet-facing` , the load balancer has a public DNS name that resolves to a public IP address. // // If `Scheme` is `internal` , the load balancer has a public DNS name that resolves to a private IP address. Scheme() *string SetScheme(val *string) // The security groups for the load balancer. // // Valid only for load balancers in a VPC. SecurityGroups() *[]*string SetSecurityGroups(val *[]*string) // The stack in which this element is defined. // // CfnElements must be defined within a stack scope (directly or indirectly). Stack() awscdk.Stack // The IDs of the subnets for the load balancer. You can specify at most one subnet per Availability Zone. // // Update requires replacement if you did not previously specify a subnet or if you are removing all subnets. Otherwise, update requires no interruption. To update to a different subnet in the current Availability Zone, you must first update to a subnet in a different Availability Zone, then update to the new subnet in the original Availability Zone. Subnets() *[]*string SetSubnets(val *[]*string) // The tags associated with a load balancer. Tags() awscdk.TagManager // Return properties modified after initiation. // // Resources that expose mutable properties should override this function to // collect and return the properties object for this resource. UpdatedProperites() *map[string]interface{} // Syntactic sugar for `addOverride(path, undefined)`. AddDeletionOverride(path *string) // Indicates that this resource depends on another resource and cannot be provisioned unless the other resource has been successfully provisioned. // // This can be used for resources across stacks (or nested stack) boundaries // and the dependency will automatically be transferred to the relevant scope. AddDependsOn(target awscdk.CfnResource) // Add a value to the CloudFormation Resource Metadata. // See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/metadata-section-structure.html // // Note that this is a different set of metadata from CDK node metadata; this // metadata ends up in the stack template under the resource, whereas CDK // node metadata ends up in the Cloud Assembly. // AddMetadata(key *string, value interface{}) // Adds an override to the synthesized CloudFormation resource. // // To add a // property override, either use `addPropertyOverride` or prefix `path` with // "Properties." (i.e. `Properties.TopicName`). // // If the override is nested, separate each nested level using a dot (.) in the path parameter. // If there is an array as part of the nesting, specify the index in the path. // // To include a literal `.` in the property name, prefix with a `\`. In most // programming languages you will need to write this as `"\\."` because the // `\` itself will need to be escaped. // // For example, // “`typescript // cfnResource.addOverride('Properties.GlobalSecondaryIndexes.0.Projection.NonKeyAttributes', ['myattribute']); // cfnResource.addOverride('Properties.GlobalSecondaryIndexes.1.ProjectionType', 'INCLUDE'); // “` // would add the overrides // “`json // "Properties": { // "GlobalSecondaryIndexes": [ // { // "Projection": { // "NonKeyAttributes": [ "myattribute" ] // ... // } // ... // }, // { // "ProjectionType": "INCLUDE" // ... // }, // ] // ... // } // “` // // The `value` argument to `addOverride` will not be processed or translated // in any way. Pass raw JSON values in here with the correct capitalization // for CloudFormation. If you pass CDK classes or structs, they will be // rendered with lowercased key names, and CloudFormation will reject the // template. AddOverride(path *string, value interface{}) // Adds an override that deletes the value of a property from the resource definition. AddPropertyDeletionOverride(propertyPath *string) // Adds an override to a resource property. // // Syntactic sugar for `addOverride("Properties.<...>", value)`. AddPropertyOverride(propertyPath *string, value interface{}) // Sets the deletion policy of the resource based on the removal policy specified. // // The Removal Policy controls what happens to this resource when it stops // being managed by CloudFormation, either because you've removed it from the // CDK application or because you've made a change that requires the resource // to be replaced. // // The resource can be deleted (`RemovalPolicy.DESTROY`), or left in your AWS // account for data recovery and cleanup later (`RemovalPolicy.RETAIN`). ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions) // Returns a token for an runtime attribute of this resource. // // Ideally, use generated attribute accessors (e.g. `resource.arn`), but this can be used for future compatibility // in case there is no generated attribute. GetAtt(attributeName *string) awscdk.Reference // Retrieve a value value from the CloudFormation Resource Metadata. // See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/metadata-section-structure.html // // Note that this is a different set of metadata from CDK node metadata; this // metadata ends up in the stack template under the resource, whereas CDK // node metadata ends up in the Cloud Assembly. // GetMetadata(key *string) interface{} // Examines the CloudFormation resource and discloses attributes. Inspect(inspector awscdk.TreeInspector) // Overrides the auto-generated logical ID with a specific ID. OverrideLogicalId(newLogicalId *string) RenderProperties(props *map[string]interface{}) *map[string]interface{} // Can be overridden by subclasses to determine if this resource will be rendered into the cloudformation template. // // Returns: `true` if the resource should be included or `false` is the resource // should be omitted. ShouldSynthesize() *bool // Returns a string representation of this construct. // // Returns: a string representation of this resource. ToString() *string ValidateProperties(_properties interface{}) }
A CloudFormation `AWS::ElasticLoadBalancing::LoadBalancer`.
Specifies a Classic Load Balancer.
You can specify the `AvailabilityZones` or `Subnets` property, but not both.
If this resource has a public IP address and is also in a VPC that is defined in the same template, you must use the [DependsOn attribute](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html) to declare a dependency on the VPC-gateway attachment.
Example:
import awscdk "github.com/aws/aws-cdk-go/awscdk"import elb "github.com/aws/aws-cdk-go/awscdk/aws_elasticloadbalancing" var attributes interface{} cfnLoadBalancer := elb.NewCfnLoadBalancer(this, jsii.String("MyCfnLoadBalancer"), &cfnLoadBalancerProps{ listeners: []interface{}{ &listenersProperty{ instancePort: jsii.String("instancePort"), loadBalancerPort: jsii.String("loadBalancerPort"), protocol: jsii.String("protocol"), // the properties below are optional instanceProtocol: jsii.String("instanceProtocol"), policyNames: []*string{ jsii.String("policyNames"), }, sslCertificateId: jsii.String("sslCertificateId"), }, }, // the properties below are optional accessLoggingPolicy: &accessLoggingPolicyProperty{ enabled: jsii.Boolean(false), s3BucketName: jsii.String("s3BucketName"), // the properties below are optional emitInterval: jsii.Number(123), s3BucketPrefix: jsii.String("s3BucketPrefix"), }, appCookieStickinessPolicy: []interface{}{ &appCookieStickinessPolicyProperty{ cookieName: jsii.String("cookieName"), policyName: jsii.String("policyName"), }, }, availabilityZones: []*string{ jsii.String("availabilityZones"), }, connectionDrainingPolicy: &connectionDrainingPolicyProperty{ enabled: jsii.Boolean(false), // the properties below are optional timeout: jsii.Number(123), }, connectionSettings: &connectionSettingsProperty{ idleTimeout: jsii.Number(123), }, crossZone: jsii.Boolean(false), healthCheck: &healthCheckProperty{ healthyThreshold: jsii.String("healthyThreshold"), interval: jsii.String("interval"), target: jsii.String("target"), timeout: jsii.String("timeout"), unhealthyThreshold: jsii.String("unhealthyThreshold"), }, instances: []*string{ jsii.String("instances"), }, lbCookieStickinessPolicy: []interface{}{ &lBCookieStickinessPolicyProperty{ cookieExpirationPeriod: jsii.String("cookieExpirationPeriod"), policyName: jsii.String("policyName"), }, }, loadBalancerName: jsii.String("loadBalancerName"), policies: []interface{}{ &policiesProperty{ attributes: []interface{}{ attributes, }, policyName: jsii.String("policyName"), policyType: jsii.String("policyType"), // the properties below are optional instancePorts: []*string{ jsii.String("instancePorts"), }, loadBalancerPorts: []*string{ jsii.String("loadBalancerPorts"), }, }, }, scheme: jsii.String("scheme"), securityGroups: []*string{ jsii.String("securityGroups"), }, subnets: []*string{ jsii.String("subnets"), }, tags: []cfnTag{ &cfnTag{ key: jsii.String("key"), value: jsii.String("value"), }, }, })
func NewCfnLoadBalancer ¶
func NewCfnLoadBalancer(scope constructs.Construct, id *string, props *CfnLoadBalancerProps) CfnLoadBalancer
Create a new `AWS::ElasticLoadBalancing::LoadBalancer`.
type CfnLoadBalancerProps ¶
type CfnLoadBalancerProps struct { // The listeners for the load balancer. You can specify at most one listener per port. // // If you update the properties for a listener, AWS CloudFormation deletes the existing listener and creates a new one with the specified properties. While the new listener is being created, clients cannot connect to the load balancer. Listeners interface{} `json:"listeners" yaml:"listeners"` // Information about where and how access logs are stored for the load balancer. AccessLoggingPolicy interface{} `json:"accessLoggingPolicy" yaml:"accessLoggingPolicy"` // Information about a policy for application-controlled session stickiness. AppCookieStickinessPolicy interface{} `json:"appCookieStickinessPolicy" yaml:"appCookieStickinessPolicy"` // The Availability Zones for the load balancer. For load balancers in a VPC, specify `Subnets` instead. // // Update requires replacement if you did not previously specify an Availability Zone or if you are removing all Availability Zones. Otherwise, update requires no interruption. AvailabilityZones *[]*string `json:"availabilityZones" yaml:"availabilityZones"` // If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy instance. // // For more information, see [Configure Connection Draining](https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/config-conn-drain.html) in the *Classic Load Balancers Guide* . ConnectionDrainingPolicy interface{} `json:"connectionDrainingPolicy" yaml:"connectionDrainingPolicy"` // If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration. // // By default, Elastic Load Balancing maintains a 60-second idle connection timeout for both front-end and back-end connections of your load balancer. For more information, see [Configure Idle Connection Timeout](https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/config-idle-timeout.html) in the *Classic Load Balancers Guide* . ConnectionSettings interface{} `json:"connectionSettings" yaml:"connectionSettings"` // If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones. // // For more information, see [Configure Cross-Zone Load Balancing](https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-disable-crosszone-lb.html) in the *Classic Load Balancers Guide* . CrossZone interface{} `json:"crossZone" yaml:"crossZone"` // The health check settings to use when evaluating the health of your EC2 instances. // // Update requires replacement if you did not previously specify health check settings or if you are removing the health check settings. Otherwise, update requires no interruption. HealthCheck interface{} `json:"healthCheck" yaml:"healthCheck"` // The IDs of the instances for the load balancer. Instances *[]*string `json:"instances" yaml:"instances"` // Information about a policy for duration-based session stickiness. LbCookieStickinessPolicy interface{} `json:"lbCookieStickinessPolicy" yaml:"lbCookieStickinessPolicy"` // The name of the load balancer. // // This name must be unique within your set of load balancers for the region. // // If you don't specify a name, AWS CloudFormation generates a unique physical ID for the load balancer. For more information, see [Name Type](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-name.html) . If you specify a name, you cannot perform updates that require replacement of this resource, but you can perform other updates. To replace the resource, specify a new name. LoadBalancerName *string `json:"loadBalancerName" yaml:"loadBalancerName"` // The policies defined for your Classic Load Balancer. // // Specify only back-end server policies. Policies interface{} `json:"policies" yaml:"policies"` // The type of load balancer. Valid only for load balancers in a VPC. // // If `Scheme` is `internet-facing` , the load balancer has a public DNS name that resolves to a public IP address. // // If `Scheme` is `internal` , the load balancer has a public DNS name that resolves to a private IP address. Scheme *string `json:"scheme" yaml:"scheme"` // The security groups for the load balancer. // // Valid only for load balancers in a VPC. SecurityGroups *[]*string `json:"securityGroups" yaml:"securityGroups"` // The IDs of the subnets for the load balancer. You can specify at most one subnet per Availability Zone. // // Update requires replacement if you did not previously specify a subnet or if you are removing all subnets. Otherwise, update requires no interruption. To update to a different subnet in the current Availability Zone, you must first update to a subnet in a different Availability Zone, then update to the new subnet in the original Availability Zone. Subnets *[]*string `json:"subnets" yaml:"subnets"` // The tags associated with a load balancer. Tags *[]*awscdk.CfnTag `json:"tags" yaml:"tags"` }
Properties for defining a `CfnLoadBalancer`.
Example:
import awscdk "github.com/aws/aws-cdk-go/awscdk"import elb "github.com/aws/aws-cdk-go/awscdk/aws_elasticloadbalancing" var attributes interface{} cfnLoadBalancerProps := &cfnLoadBalancerProps{ listeners: []interface{}{ &listenersProperty{ instancePort: jsii.String("instancePort"), loadBalancerPort: jsii.String("loadBalancerPort"), protocol: jsii.String("protocol"), // the properties below are optional instanceProtocol: jsii.String("instanceProtocol"), policyNames: []*string{ jsii.String("policyNames"), }, sslCertificateId: jsii.String("sslCertificateId"), }, }, // the properties below are optional accessLoggingPolicy: &accessLoggingPolicyProperty{ enabled: jsii.Boolean(false), s3BucketName: jsii.String("s3BucketName"), // the properties below are optional emitInterval: jsii.Number(123), s3BucketPrefix: jsii.String("s3BucketPrefix"), }, appCookieStickinessPolicy: []interface{}{ &appCookieStickinessPolicyProperty{ cookieName: jsii.String("cookieName"), policyName: jsii.String("policyName"), }, }, availabilityZones: []*string{ jsii.String("availabilityZones"), }, connectionDrainingPolicy: &connectionDrainingPolicyProperty{ enabled: jsii.Boolean(false), // the properties below are optional timeout: jsii.Number(123), }, connectionSettings: &connectionSettingsProperty{ idleTimeout: jsii.Number(123), }, crossZone: jsii.Boolean(false), healthCheck: &healthCheckProperty{ healthyThreshold: jsii.String("healthyThreshold"), interval: jsii.String("interval"), target: jsii.String("target"), timeout: jsii.String("timeout"), unhealthyThreshold: jsii.String("unhealthyThreshold"), }, instances: []*string{ jsii.String("instances"), }, lbCookieStickinessPolicy: []interface{}{ &lBCookieStickinessPolicyProperty{ cookieExpirationPeriod: jsii.String("cookieExpirationPeriod"), policyName: jsii.String("policyName"), }, }, loadBalancerName: jsii.String("loadBalancerName"), policies: []interface{}{ &policiesProperty{ attributes: []interface{}{ attributes, }, policyName: jsii.String("policyName"), policyType: jsii.String("policyType"), // the properties below are optional instancePorts: []*string{ jsii.String("instancePorts"), }, loadBalancerPorts: []*string{ jsii.String("loadBalancerPorts"), }, }, }, scheme: jsii.String("scheme"), securityGroups: []*string{ jsii.String("securityGroups"), }, subnets: []*string{ jsii.String("subnets"), }, tags: []cfnTag{ &cfnTag{ key: jsii.String("key"), value: jsii.String("value"), }, }, }
type CfnLoadBalancer_AccessLoggingPolicyProperty ¶
type CfnLoadBalancer_AccessLoggingPolicyProperty struct { // Specifies whether access logs are enabled for the load balancer. Enabled interface{} `json:"enabled" yaml:"enabled"` // The name of the Amazon S3 bucket where the access logs are stored. S3BucketName *string `json:"s3BucketName" yaml:"s3BucketName"` // The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes. // // Default: 60 minutes. EmitInterval *float64 `json:"emitInterval" yaml:"emitInterval"` // The logical hierarchy you created for your Amazon S3 bucket, for example `my-bucket-prefix/prod` . // // If the prefix is not provided, the log is placed at the root level of the bucket. S3BucketPrefix *string `json:"s3BucketPrefix" yaml:"s3BucketPrefix"` }
Specifies where and how access logs are stored for your Classic Load Balancer.
Example:
import awscdk "github.com/aws/aws-cdk-go/awscdk"import elb "github.com/aws/aws-cdk-go/awscdk/aws_elasticloadbalancing" accessLoggingPolicyProperty := &accessLoggingPolicyProperty{ enabled: jsii.Boolean(false), s3BucketName: jsii.String("s3BucketName"), // the properties below are optional emitInterval: jsii.Number(123), s3BucketPrefix: jsii.String("s3BucketPrefix"), }
type CfnLoadBalancer_AppCookieStickinessPolicyProperty ¶
type CfnLoadBalancer_AppCookieStickinessPolicyProperty struct { // The name of the application cookie used for stickiness. CookieName *string `json:"cookieName" yaml:"cookieName"` // The mnemonic name for the policy being created. // // The name must be unique within a set of policies for this load balancer. PolicyName *string `json:"policyName" yaml:"policyName"` }
Specifies a policy for application-controlled session stickiness for your Classic Load Balancer.
To associate a policy with a listener, use the [PolicyNames](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-listener.html#cfn-ec2-elb-listener-policynames) property for the listener.
Example:
import awscdk "github.com/aws/aws-cdk-go/awscdk"import elb "github.com/aws/aws-cdk-go/awscdk/aws_elasticloadbalancing" appCookieStickinessPolicyProperty := &appCookieStickinessPolicyProperty{ cookieName: jsii.String("cookieName"), policyName: jsii.String("policyName"), }
type CfnLoadBalancer_ConnectionDrainingPolicyProperty ¶
type CfnLoadBalancer_ConnectionDrainingPolicyProperty struct { // Specifies whether connection draining is enabled for the load balancer. Enabled interface{} `json:"enabled" yaml:"enabled"` // The maximum time, in seconds, to keep the existing connections open before deregistering the instances. Timeout *float64 `json:"timeout" yaml:"timeout"` }
Specifies the connection draining settings for your Classic Load Balancer.
Example:
import awscdk "github.com/aws/aws-cdk-go/awscdk"import elb "github.com/aws/aws-cdk-go/awscdk/aws_elasticloadbalancing" connectionDrainingPolicyProperty := &connectionDrainingPolicyProperty{ enabled: jsii.Boolean(false), // the properties below are optional timeout: jsii.Number(123), }
type CfnLoadBalancer_ConnectionSettingsProperty ¶
type CfnLoadBalancer_ConnectionSettingsProperty struct { // The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer. IdleTimeout *float64 `json:"idleTimeout" yaml:"idleTimeout"` }
Specifies the idle timeout value for your Classic Load Balancer.
Example:
import awscdk "github.com/aws/aws-cdk-go/awscdk"import elb "github.com/aws/aws-cdk-go/awscdk/aws_elasticloadbalancing" connectionSettingsProperty := &connectionSettingsProperty{ idleTimeout: jsii.Number(123), }
type CfnLoadBalancer_HealthCheckProperty ¶
type CfnLoadBalancer_HealthCheckProperty struct { // The number of consecutive health checks successes required before moving the instance to the `Healthy` state. HealthyThreshold *string `json:"healthyThreshold" yaml:"healthyThreshold"` // The approximate interval, in seconds, between health checks of an individual instance. Interval *string `json:"interval" yaml:"interval"` // The instance being checked. // // The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535. // // TCP is the default, specified as a TCP: port pair, for example "TCP:5000". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy. // // SSL is also specified as SSL: port pair, for example, SSL:5000. // // For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example "HTTP:80/weather/us/wa/seattle". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than "200 OK" within the timeout period is considered unhealthy. // // The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less. Target *string `json:"target" yaml:"target"` // The amount of time, in seconds, during which no response means a failed health check. // // This value must be less than the `Interval` value. Timeout *string `json:"timeout" yaml:"timeout"` // The number of consecutive health check failures required before moving the instance to the `Unhealthy` state. UnhealthyThreshold *string `json:"unhealthyThreshold" yaml:"unhealthyThreshold"` }
Specifies health check settings for your Classic Load Balancer.
Example:
import awscdk "github.com/aws/aws-cdk-go/awscdk"import elb "github.com/aws/aws-cdk-go/awscdk/aws_elasticloadbalancing" healthCheckProperty := &healthCheckProperty{ healthyThreshold: jsii.String("healthyThreshold"), interval: jsii.String("interval"), target: jsii.String("target"), timeout: jsii.String("timeout"), unhealthyThreshold: jsii.String("unhealthyThreshold"), }
type CfnLoadBalancer_LBCookieStickinessPolicyProperty ¶
type CfnLoadBalancer_LBCookieStickinessPolicyProperty struct { // The time period, in seconds, after which the cookie should be considered stale. // // If this parameter is not specified, the stickiness session lasts for the duration of the browser session. CookieExpirationPeriod *string `json:"cookieExpirationPeriod" yaml:"cookieExpirationPeriod"` // The name of the policy. // // This name must be unique within the set of policies for this load balancer. PolicyName *string `json:"policyName" yaml:"policyName"` }
Specifies a policy for duration-based session stickiness for your Classic Load Balancer.
To associate a policy with a listener, use the [PolicyNames](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-listener.html#cfn-ec2-elb-listener-policynames) property for the listener.
Example:
import awscdk "github.com/aws/aws-cdk-go/awscdk"import elb "github.com/aws/aws-cdk-go/awscdk/aws_elasticloadbalancing" lBCookieStickinessPolicyProperty := &lBCookieStickinessPolicyProperty{ cookieExpirationPeriod: jsii.String("cookieExpirationPeriod"), policyName: jsii.String("policyName"), }
type CfnLoadBalancer_ListenersProperty ¶
type CfnLoadBalancer_ListenersProperty struct { // The port on which the instance is listening. InstancePort *string `json:"instancePort" yaml:"instancePort"` // The port on which the load balancer is listening. // // On EC2-VPC, you can specify any port from the range 1-65535. On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535. LoadBalancerPort *string `json:"loadBalancerPort" yaml:"loadBalancerPort"` // The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL. Protocol *string `json:"protocol" yaml:"protocol"` // The protocol to use for routing traffic to instances: HTTP, HTTPS, TCP, or SSL. // // If the front-end protocol is TCP or SSL, the back-end protocol must be TCP or SSL. If the front-end protocol is HTTP or HTTPS, the back-end protocol must be HTTP or HTTPS. // // If there is another listener with the same `InstancePort` whose `InstanceProtocol` is secure, (HTTPS or SSL), the listener's `InstanceProtocol` must also be secure. // // If there is another listener with the same `InstancePort` whose `InstanceProtocol` is HTTP or TCP, the listener's `InstanceProtocol` must be HTTP or TCP. InstanceProtocol *string `json:"instanceProtocol" yaml:"instanceProtocol"` // The names of the policies to associate with the listener. PolicyNames *[]*string `json:"policyNames" yaml:"policyNames"` // The Amazon Resource Name (ARN) of the server certificate. SslCertificateId *string `json:"sslCertificateId" yaml:"sslCertificateId"` }
Specifies a listener for your Classic Load Balancer.
Example:
import awscdk "github.com/aws/aws-cdk-go/awscdk"import elb "github.com/aws/aws-cdk-go/awscdk/aws_elasticloadbalancing" listenersProperty := &listenersProperty{ instancePort: jsii.String("instancePort"), loadBalancerPort: jsii.String("loadBalancerPort"), protocol: jsii.String("protocol"), // the properties below are optional instanceProtocol: jsii.String("instanceProtocol"), policyNames: []*string{ jsii.String("policyNames"), }, sslCertificateId: jsii.String("sslCertificateId"), }
type CfnLoadBalancer_PoliciesProperty ¶
type CfnLoadBalancer_PoliciesProperty struct { // The policy attributes. Attributes interface{} `json:"attributes" yaml:"attributes"` // The name of the policy. PolicyName *string `json:"policyName" yaml:"policyName"` // The name of the policy type. PolicyType *string `json:"policyType" yaml:"policyType"` // The instance ports for the policy. // // Required only for some policy types. InstancePorts *[]*string `json:"instancePorts" yaml:"instancePorts"` // The load balancer ports for the policy. // // Required only for some policy types. LoadBalancerPorts *[]*string `json:"loadBalancerPorts" yaml:"loadBalancerPorts"` }
Specifies policies for your Classic Load Balancer.
To associate policies with a listener, use the [PolicyNames](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-listener.html#cfn-ec2-elb-listener-policynames) property for the listener.
Example:
import awscdk "github.com/aws/aws-cdk-go/awscdk"import elb "github.com/aws/aws-cdk-go/awscdk/aws_elasticloadbalancing" var attributes interface{} policiesProperty := &policiesProperty{ attributes: []interface{}{ attributes, }, policyName: jsii.String("policyName"), policyType: jsii.String("policyType"), // the properties below are optional instancePorts: []*string{ jsii.String("instancePorts"), }, loadBalancerPorts: []*string{ jsii.String("loadBalancerPorts"), }, }
type HealthCheck ¶
type HealthCheck struct { // What port number to health check on. Port *float64 `json:"port" yaml:"port"` // After how many successful checks is an instance considered healthy. HealthyThreshold *float64 `json:"healthyThreshold" yaml:"healthyThreshold"` // Number of seconds between health checks. Interval awscdk.Duration `json:"interval" yaml:"interval"` // What path to use for HTTP or HTTPS health check (must return 200). // // For SSL and TCP health checks, accepting connections is enough to be considered // healthy. Path *string `json:"path" yaml:"path"` // What protocol to use for health checking. // // The protocol is automatically determined from the port if it's not supplied. Protocol LoadBalancingProtocol `json:"protocol" yaml:"protocol"` // Health check timeout. Timeout awscdk.Duration `json:"timeout" yaml:"timeout"` // After how many unsuccessful checks is an instance considered unhealthy. UnhealthyThreshold *float64 `json:"unhealthyThreshold" yaml:"unhealthyThreshold"` }
Describe the health check to a load balancer.
Example:
var vpc iVpc var myAutoScalingGroup autoScalingGroup lb := elb.NewLoadBalancer(this, jsii.String("LB"), &loadBalancerProps{ vpc: vpc, internetFacing: jsii.Boolean(true), healthCheck: &healthCheck{ port: jsii.Number(80), }, }) lb.addTarget(myAutoScalingGroup) lb.addListener(&loadBalancerListener{ externalPort: jsii.Number(80), })
type ILoadBalancerTarget ¶
type ILoadBalancerTarget interface { awsec2.IConnectable // Attach load-balanced target to a classic ELB. AttachToClassicLB(loadBalancer LoadBalancer) }
Interface that is going to be implemented by constructs that you can load balance to.
type ListenerPort ¶
type ListenerPort interface { awsec2.IConnectable // The network connections associated with this resource. Connections() awsec2.Connections }
Reference to a listener's port just created.
This implements IConnectable with a default port (the port that an ELB listener was just created on) for a given security group so that it can be conveniently used just like any Connectable. E.g:
const listener = elb.addListener(...); listener.connections.allowDefaultPortFromAnyIPv4(); // or instance.connections.allowToDefaultPort(listener);
Example:
import awscdk "github.com/aws/aws-cdk-go/awscdk"import ec2 "github.com/aws/aws-cdk-go/awscdk/aws_ec2"import awscdk "github.com/aws/aws-cdk-go/awscdk"import elb "github.com/aws/aws-cdk-go/awscdk/aws_elasticloadbalancing" var port port var securityGroup securityGroup listenerPort := elb.NewListenerPort(securityGroup, port)
func NewListenerPort ¶
func NewListenerPort(securityGroup awsec2.ISecurityGroup, defaultPort awsec2.Port) ListenerPort
type LoadBalancer ¶
type LoadBalancer interface { awscdk.Resource awsec2.IConnectable // Control all connections from and to this load balancer. Connections() awsec2.Connections // The environment this resource belongs to. // // For resources that are created and managed by the CDK // (generally, those created by creating new class instances like Role, Bucket, etc.), // this is always the same as the environment of the stack they belong to; // however, for imported resources // (those obtained from static methods like fromRoleArn, fromBucketName, etc.), // that might be different than the stack they were imported into. Env() *awscdk.ResourceEnvironment // An object controlling specifically the connections for each listener added to this load balancer. ListenerPorts() *[]ListenerPort LoadBalancerCanonicalHostedZoneName() *string LoadBalancerCanonicalHostedZoneNameId() *string LoadBalancerDnsName() *string LoadBalancerName() *string LoadBalancerSourceSecurityGroupGroupName() *string LoadBalancerSourceSecurityGroupOwnerAlias() *string // The tree node. Node() constructs.Node // Returns a string-encoded token that resolves to the physical name that should be passed to the CloudFormation resource. // // This value will resolve to one of the following: // - a concrete value (e.g. `"my-awesome-bucket"`) // - `undefined`, when a name should be generated by CloudFormation // - a concrete name generated automatically during synthesis, in // cross-environment scenarios. PhysicalName() *string // The stack in which this resource is defined. Stack() awscdk.Stack // Add a backend to the load balancer. // // Returns: A ListenerPort object that controls connections to the listener port. AddListener(listener *LoadBalancerListener) ListenerPort AddTarget(target ILoadBalancerTarget) // Apply the given removal policy to this resource. // // The Removal Policy controls what happens to this resource when it stops // being managed by CloudFormation, either because you've removed it from the // CDK application or because you've made a change that requires the resource // to be replaced. // // The resource can be deleted (`RemovalPolicy.DESTROY`), or left in your AWS // account for data recovery and cleanup later (`RemovalPolicy.RETAIN`). ApplyRemovalPolicy(policy awscdk.RemovalPolicy) GeneratePhysicalName() *string // Returns an environment-sensitive token that should be used for the resource's "ARN" attribute (e.g. `bucket.bucketArn`). // // Normally, this token will resolve to `arnAttr`, but if the resource is // referenced across environments, `arnComponents` will be used to synthesize // a concrete ARN with the resource's physical name. Make sure to reference // `this.physicalName` in `arnComponents`. GetResourceArnAttribute(arnAttr *string, arnComponents *awscdk.ArnComponents) *string // Returns an environment-sensitive token that should be used for the resource's "name" attribute (e.g. `bucket.bucketName`). // // Normally, this token will resolve to `nameAttr`, but if the resource is // referenced across environments, it will be resolved to `this.physicalName`, // which will be a concrete name. GetResourceNameAttribute(nameAttr *string) *string // Returns a string representation of this construct. ToString() *string }
A load balancer with a single listener.
Routes to a fleet of of instances in a VPC.
Example:
var vpc iVpc var myAutoScalingGroup autoScalingGroup lb := elb.NewLoadBalancer(this, jsii.String("LB"), &loadBalancerProps{ vpc: vpc, internetFacing: jsii.Boolean(true), healthCheck: &healthCheck{ port: jsii.Number(80), }, }) lb.addTarget(myAutoScalingGroup) lb.addListener(&loadBalancerListener{ externalPort: jsii.Number(80), })
func NewLoadBalancer ¶
func NewLoadBalancer(scope constructs.Construct, id *string, props *LoadBalancerProps) LoadBalancer
type LoadBalancerListener ¶
type LoadBalancerListener struct { // External listening port. ExternalPort *float64 `json:"externalPort" yaml:"externalPort"` // Allow connections to the load balancer from the given set of connection peers. // // By default, connections will be allowed from anywhere. Set this to an empty list // to deny connections, or supply a custom list of peers to allow connections from // (IP ranges or security groups). AllowConnectionsFrom *[]awsec2.IConnectable `json:"allowConnectionsFrom" yaml:"allowConnectionsFrom"` // What public protocol to use for load balancing. // // Either 'tcp', 'ssl', 'http' or 'https'. // // May be omitted if the external port is either 80 or 443. ExternalProtocol LoadBalancingProtocol `json:"externalProtocol" yaml:"externalProtocol"` // Instance listening port. // // Same as the externalPort if not specified. InternalPort *float64 `json:"internalPort" yaml:"internalPort"` // What public protocol to use for load balancing. // // Either 'tcp', 'ssl', 'http' or 'https'. // // May be omitted if the internal port is either 80 or 443. // // The instance protocol is 'tcp' if the front-end protocol // is 'tcp' or 'ssl', the instance protocol is 'http' if the // front-end protocol is 'https'. InternalProtocol LoadBalancingProtocol `json:"internalProtocol" yaml:"internalProtocol"` // SSL policy names. PolicyNames *[]*string `json:"policyNames" yaml:"policyNames"` // the ARN of the SSL certificate. SslCertificateArn *string `json:"sslCertificateArn" yaml:"sslCertificateArn"` }
Add a backend to the load balancer.
Example:
var vpc iVpc var myAutoScalingGroup autoScalingGroup lb := elb.NewLoadBalancer(this, jsii.String("LB"), &loadBalancerProps{ vpc: vpc, internetFacing: jsii.Boolean(true), healthCheck: &healthCheck{ port: jsii.Number(80), }, }) lb.addTarget(myAutoScalingGroup) lb.addListener(&loadBalancerListener{ externalPort: jsii.Number(80), })
type LoadBalancerProps ¶
type LoadBalancerProps struct { // VPC network of the fleet instances. Vpc awsec2.IVpc `json:"vpc" yaml:"vpc"` // Enable Loadbalancer access logs Can be used to avoid manual work as aws console Required S3 bucket name , enabled flag Can add interval for pushing log Can set bucket prefix in order to provide folder name inside bucket. AccessLoggingPolicy *CfnLoadBalancer_AccessLoggingPolicyProperty `json:"accessLoggingPolicy" yaml:"accessLoggingPolicy"` // Whether cross zone load balancing is enabled. // // This controls whether the load balancer evenly distributes requests // across each availability zone. CrossZone *bool `json:"crossZone" yaml:"crossZone"` // Health check settings for the load balancing targets. // // Not required but recommended. HealthCheck *HealthCheck `json:"healthCheck" yaml:"healthCheck"` // Whether this is an internet-facing Load Balancer. // // This controls whether the LB has a public IP address assigned. It does // not open up the Load Balancer's security groups to public internet access. InternetFacing *bool `json:"internetFacing" yaml:"internetFacing"` // What listeners to set up for the load balancer. // // Can also be added by .addListener() Listeners *[]*LoadBalancerListener `json:"listeners" yaml:"listeners"` // Which subnets to deploy the load balancer. // // Can be used to define a specific set of subnets to deploy the load balancer to. // Useful multiple public or private subnets are covering the same availability zone. SubnetSelection *awsec2.SubnetSelection `json:"subnetSelection" yaml:"subnetSelection"` // What targets to load balance to. // // Can also be added by .addTarget() Targets *[]ILoadBalancerTarget `json:"targets" yaml:"targets"` }
Construction properties for a LoadBalancer.
Example:
var cluster cluster var taskDefinition taskDefinition var vpc vpc service := ecs.NewEc2Service(this, jsii.String("Service"), &ec2ServiceProps{ cluster: cluster, taskDefinition: taskDefinition, }) lb := elb.NewLoadBalancer(this, jsii.String("LB"), &loadBalancerProps{ vpc: vpc, }) lb.addListener(&loadBalancerListener{ externalPort: jsii.Number(80), }) lb.addTarget(service)
type LoadBalancingProtocol ¶
type LoadBalancingProtocol string
const ( LoadBalancingProtocol_TCP LoadBalancingProtocol = "TCP" LoadBalancingProtocol_SSL LoadBalancingProtocol = "SSL" LoadBalancingProtocol_HTTP LoadBalancingProtocol = "HTTP" LoadBalancingProtocol_HTTPS LoadBalancingProtocol = "HTTPS" )