/AWS1/CL_R53LSTVPCASSOCIATIO01¶
A complex type that contains the response information for the request.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_hostedzoneid TYPE /AWS1/R53RESOURCEID /AWS1/R53RESOURCEID¶
The ID of the hosted zone that you can associate the listed VPCs with.
it_vpcs TYPE /AWS1/CL_R53VPC=>TT_VPCS TT_VPCS¶
The list of VPCs that are authorized to be associated with the specified hosted zone.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/R53PAGINATIONTOKEN /AWS1/R53PAGINATIONTOKEN¶
When the response includes a
NextTokenelement, there are more VPCs that can be associated with the specified hosted zone. To get the next page of VPCs, submit anotherListVPCAssociationAuthorizationsrequest, and include the value of theNextTokenelement from the response in thenexttokenrequest parameter.
Queryable Attributes¶
HostedZoneId¶
The ID of the hosted zone that you can associate the listed VPCs with.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HOSTEDZONEID() |
Getter for HOSTEDZONEID, with configurable default |
ASK_HOSTEDZONEID() |
Getter for HOSTEDZONEID w/ exceptions if field has no value |
HAS_HOSTEDZONEID() |
Determine if HOSTEDZONEID has a value |
NextToken¶
When the response includes a
NextTokenelement, there are more VPCs that can be associated with the specified hosted zone. To get the next page of VPCs, submit anotherListVPCAssociationAuthorizationsrequest, and include the value of theNextTokenelement from the response in thenexttokenrequest parameter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |
VPCs¶
The list of VPCs that are authorized to be associated with the specified hosted zone.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VPCS() |
Getter for VPCS, with configurable default |
ASK_VPCS() |
Getter for VPCS w/ exceptions if field has no value |
HAS_VPCS() |
Determine if VPCS has a value |