AWSElasticBeanstalkEnvironmentResources
No description
type AWSElasticBeanstalkEnvironmentResources {
autoScalingGroups: [AWSAutoScalingGroup!]!
instances: [AWSEC2Instance!]!
environmentName: String!
launchConfigurations: [AWSAutoScalingLaunchConfiguration!]!
launchTemplates: [AWSEC2LaunchTemplate!]!
loadBalancers: [AWSElasticLoadBalancer!]!
}
Fields
AWSElasticBeanstalkEnvironmentResources.autoScalingGroups
● [AWSAutoScalingGroup!]!
non-null object
The AutoScalingGroups used by this environment
AWSElasticBeanstalkEnvironmentResources.instances
● [AWSEC2Instance!]!
non-null object
The Amazon EC2 instances used by this environment
AWSElasticBeanstalkEnvironmentResources.environmentName
● String!
non-null scalar
The name of the environment
AWSElasticBeanstalkEnvironmentResources.launchConfigurations
● [AWSAutoScalingLaunchConfiguration!]!
non-null object
The Auto Scaling launch configurations in use by this environment
AWSElasticBeanstalkEnvironmentResources.launchTemplates
● [AWSEC2LaunchTemplate!]!
non-null object
The Amazon EC2 launch templates in use by this environment
AWSElasticBeanstalkEnvironmentResources.loadBalancers
● [AWSElasticLoadBalancer!]!
non-null union
The LoadBalancers in use by this environment