AwsElasticsearchDomainVPCOptions
public struct AwsElasticsearchDomainVPCOptions : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The list of Availability Zones associated with the VPC subnets.
Declaration
Swift
public let availabilityZones: [String]? -
The list of security group IDs associated with the VPC endpoints for the domain.
Declaration
Swift
public let securityGroupIds: [String]? -
A list of subnet IDs associated with the VPC endpoints for the domain.
Declaration
Swift
public let subnetIds: [String]? -
ID for the VPC.
Declaration
Swift
public let vPCId: String? -
Undocumented
Declaration
Swift
public init(availabilityZones: [String]? = nil, securityGroupIds: [String]? = nil, subnetIds: [String]? = nil, vPCId: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
AwsElasticsearchDomainVPCOptions Structure Reference