ALBでも一緒。アクセスログ保存などは以下のようにLoadBalancerAttributesのところで書く。
Type: 'AWS::ElasticLoadBalancingV2::LoadBalancer' Properties: Name: MyLB LoadBalancerAttributes: - Key: access_logs.s3.enabled Value: "false" - Key: access_logs.s3.bucket Value: MyBucketName
ALBでも一緒。アクセスログ保存などは以下のようにLoadBalancerAttributesのところで書く。
Type: 'AWS::ElasticLoadBalancingV2::LoadBalancer' Properties: Name: MyLB LoadBalancerAttributes: - Key: access_logs.s3.enabled Value: "false" - Key: access_logs.s3.bucket Value: MyBucketName