AWSOpenSearchDomainVPCOptions
No description
type AWSOpenSearchDomainVPCOptions {
availabilityZones: [String!]!
securityGroups: [AWSVPCSecurityGroup!]!
subnets: [AWSVPCSubnet!]!
vpc: AWSVPC
}
Fields
AWSOpenSearchDomainVPCOptions.availabilityZones ● [String!]! non-null scalar
The list of Availability Zones associated with the VPC subnets
AWSOpenSearchDomainVPCOptions.securityGroups ● [AWSVPCSecurityGroup!]! non-null object
The list of security group IDs associated with the VPC endpoints for the domain
AWSOpenSearchDomainVPCOptions.subnets ● [AWSVPCSubnet!]! non-null object
A list of subnet IDs associated with the VPC endpoints for the domainAWSOpenSearchDomainOffPeakWindow.
AWSOpenSearchDomainVPCOptions.vpc ● AWSVPC object
The VPC Id for the domain
Member of
AWSOpenSearchDomain object