/AWS1/CL_SYNVPCCONFIGINPUT¶
If this canary is to test an endpoint in a VPC, this structure contains information about the subnets and security groups of the VPC endpoint. For more information, see Running a Canary in a VPC.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_subnetids TYPE /AWS1/CL_SYNSUBNETIDS_W=>TT_SUBNETIDS TT_SUBNETIDS¶
The IDs of the subnets where this canary is to run.
it_securitygroupids TYPE /AWS1/CL_SYNSECURITYGROUPIDS_W=>TT_SECURITYGROUPIDS TT_SECURITYGROUPIDS¶
The IDs of the security groups for this canary.
iv_ipv6allowedfordualstack TYPE /AWS1/SYNNULLABLEBOOLEAN /AWS1/SYNNULLABLEBOOLEAN¶
Set this to
trueto allow outbound IPv6 traffic on VPC canaries that are connected to dual-stack subnets. The default isfalse
Queryable Attributes¶
SubnetIds¶
The IDs of the subnets where this canary is to run.
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 |
SecurityGroupIds¶
The IDs of the security groups for this canary.
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 |
Ipv6AllowedForDualStack¶
Set this to
trueto allow outbound IPv6 traffic on VPC canaries that are connected to dual-stack subnets. The default isfalse
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IPV6ALLOWEDFORDUALSTACK() |
Getter for IPV6ALLOWEDFORDUALSTACK, with configurable defaul |
ASK_IPV6ALLOWEDFORDUALSTACK() |
Getter for IPV6ALLOWEDFORDUALSTACK w/ exceptions if field ha |
HAS_IPV6ALLOWEDFORDUALSTACK() |
Determine if IPV6ALLOWEDFORDUALSTACK has a value |