AWSEC2
No description
type AWSEC2 {
defaultEbsEncryptions(
condition: AWSEC2Condition
): [AWSEC2DefaultEBSEncryption!]!
instances(
condition: AWSEC2Condition
): [AWSEC2Instance!]!
snapshots(
condition: AWSEC2Condition
): [AWSEBSSnapshot!]!
launchTemplates(
condition: AWSEC2Condition
): [AWSEC2LaunchTemplate!]!
}
Fields
AWSEC2.defaultEbsEncryptions
● [AWSEC2DefaultEBSEncryption!]!
non-null object
The configuration of default EBS encryption
AWSEC2.defaultEbsEncryptions.condition
●AWSEC2Condition
input
AWSEC2.instances
● [AWSEC2Instance!]!
non-null object
EC2 Instances
AWSEC2.instances.condition
●AWSEC2Condition
input
AWSEC2.snapshots
● [AWSEBSSnapshot!]!
non-null object
The snapshots
AWSEC2.snapshots.condition
●AWSEC2Condition
input
AWSEC2.launchTemplates
● [AWSEC2LaunchTemplate!]!
non-null object
Launch templates
AWSEC2.launchTemplates.condition
●AWSEC2Condition
input
Member of
AWSAccount
object