/AWS1/CL_R53HOSTEDZONECONFIG¶
A complex type that contains an optional comment about your hosted zone. If you don't
want to specify a comment, omit both the HostedZoneConfig and
Comment elements.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_comment TYPE /AWS1/R53RESOURCEDESCRIPTION /AWS1/R53RESOURCEDESCRIPTION¶
Any comments that you want to include about the hosted zone.
iv_privatezone TYPE /AWS1/R53ISPRIVATEZONE /AWS1/R53ISPRIVATEZONE¶
A value that indicates whether this is a private hosted zone.
Queryable Attributes¶
Comment¶
Any comments that you want to include about the hosted zone.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMMENT() |
Getter for COMMENT, with configurable default |
ASK_COMMENT() |
Getter for COMMENT w/ exceptions if field has no value |
HAS_COMMENT() |
Determine if COMMENT has a value |
PrivateZone¶
A value that indicates whether this is a private hosted zone.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRIVATEZONE() |
Getter for PRIVATEZONE |