Skip to content

/AWS1/CL_ESSVPCDERIVEDINFO

Options to specify the subnets and security groups for VPC endpoint. For more information, see VPC Endpoints for Amazon Elasticsearch Service Domains.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_vpcid TYPE /AWS1/ESSSTRING /AWS1/ESSSTRING

The VPC Id for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.

it_subnetids TYPE /AWS1/CL_ESSSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST

Specifies the subnets for VPC endpoint.

it_availabilityzones TYPE /AWS1/CL_ESSSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST

The availability zones for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.

it_securitygroupids TYPE /AWS1/CL_ESSSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST

Specifies the security groups for VPC endpoint.


Queryable Attributes

VPCId

The VPC Id for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.

Accessible with the following methods

Method Description
GET_VPCID() Getter for VPCID, with configurable default
ASK_VPCID() Getter for VPCID w/ exceptions if field has no value
HAS_VPCID() Determine if VPCID has a value

SubnetIds

Specifies the subnets for VPC endpoint.

Accessible with the following methods

Method Description
GET_SUBNETIDS() Getter for SUBNETIDS, with configurable default
ASK_SUBNETIDS() Getter for SUBNETIDS w/ exceptions if field has no value
HAS_SUBNETIDS() Determine if SUBNETIDS has a value

AvailabilityZones

The availability zones for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.

Accessible with the following methods

Method Description
GET_AVAILABILITYZONES() Getter for AVAILABILITYZONES, with configurable default
ASK_AVAILABILITYZONES() Getter for AVAILABILITYZONES w/ exceptions if field has no v
HAS_AVAILABILITYZONES() Determine if AVAILABILITYZONES has a value

SecurityGroupIds

Specifies the security groups for VPC endpoint.

Accessible with the following methods

Method Description
GET_SECURITYGROUPIDS() Getter for SECURITYGROUPIDS, with configurable default
ASK_SECURITYGROUPIDS() Getter for SECURITYGROUPIDS w/ exceptions if field has no va
HAS_SECURITYGROUPIDS() Determine if SECURITYGROUPIDS has a value