/AWS1/CL_R5GDASSOCHSTZONEOUT¶
DisassociateHostedZoneOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/R5GRESOURCEID /AWS1/R5GRESOURCEID¶
The unique identifier of the disassociation.
iv_resourcearn TYPE /AWS1/R5GRESOURCEARN /AWS1/R5GRESOURCEARN¶
The Amazon Resource Name (ARN) of the Route 53 Global Resolver resource that the hosted zone was disassociated from.
iv_hostedzoneid TYPE /AWS1/R5GHOSTEDZONEID /AWS1/R5GHOSTEDZONEID¶
The ID of the Route 53 private hosted zone that was disassociated.
iv_hostedzonename TYPE /AWS1/R5GHOSTEDZONENAME /AWS1/R5GHOSTEDZONENAME¶
The name of the Route 53 private hosted zone that was disassociated.
iv_name TYPE /AWS1/R5GRESOURCENAME /AWS1/R5GRESOURCENAME¶
The name of the association that was removed.
iv_createdat TYPE /AWS1/R5GISO8601TIMESTRING /AWS1/R5GISO8601TIMESTRING¶
The date and time when the association was originally created.
iv_updatedat TYPE /AWS1/R5GISO8601TIMESTRING /AWS1/R5GISO8601TIMESTRING¶
The date and time when the association was last updated before disassociation.
iv_status TYPE /AWS1/R5GHOSTEDZONEASSOCSTATUS /AWS1/R5GHOSTEDZONEASSOCSTATUS¶
The final status of the disassociation.
Queryable Attributes¶
id¶
The unique identifier of the disassociation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
resourceArn¶
The Amazon Resource Name (ARN) of the Route 53 Global Resolver resource that the hosted zone was disassociated from.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEARN() |
Getter for RESOURCEARN, with configurable default |
ASK_RESOURCEARN() |
Getter for RESOURCEARN w/ exceptions if field has no value |
HAS_RESOURCEARN() |
Determine if RESOURCEARN has a value |
hostedZoneId¶
The ID of the Route 53 private hosted zone that was disassociated.
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 |
hostedZoneName¶
The name of the Route 53 private hosted zone that was disassociated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HOSTEDZONENAME() |
Getter for HOSTEDZONENAME, with configurable default |
ASK_HOSTEDZONENAME() |
Getter for HOSTEDZONENAME w/ exceptions if field has no valu |
HAS_HOSTEDZONENAME() |
Determine if HOSTEDZONENAME has a value |
name¶
The name of the association that was removed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
createdAt¶
The date and time when the association was originally created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
updatedAt¶
The date and time when the association was last updated before disassociation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |
status¶
The final status of the disassociation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |