/AWS1/CL_R53HOSTEDZONEOWNER¶
A complex type that identifies a hosted zone that a specified Amazon VPC is associated
with and the owner of the hosted zone. If there is a value for
OwningAccount, there is no value for OwningService, and
vice versa.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_owningaccount TYPE /AWS1/R53AWSACCOUNTID /AWS1/R53AWSACCOUNTID¶
If the hosted zone was created by an Amazon Web Services account, or was created by an Amazon Web Services service that creates hosted zones using the current account,
OwningAccountcontains the account ID of that account. For example, when you use Cloud Map to create a hosted zone, Cloud Map creates the hosted zone using the current Amazon Web Services account.
iv_owningservice TYPE /AWS1/R53HOSTEDZONEOWNINGSVC /AWS1/R53HOSTEDZONEOWNINGSVC¶
If an Amazon Web Services service uses its own account to create a hosted zone and associate the specified VPC with that hosted zone,
OwningServicecontains an abbreviation that identifies the service. For example, if Amazon Elastic File System (Amazon EFS) created a hosted zone and associated a VPC with the hosted zone, the value ofOwningServiceisefs.amazonaws.com.
Queryable Attributes¶
OwningAccount¶
If the hosted zone was created by an Amazon Web Services account, or was created by an Amazon Web Services service that creates hosted zones using the current account,
OwningAccountcontains the account ID of that account. For example, when you use Cloud Map to create a hosted zone, Cloud Map creates the hosted zone using the current Amazon Web Services account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OWNINGACCOUNT() |
Getter for OWNINGACCOUNT, with configurable default |
ASK_OWNINGACCOUNT() |
Getter for OWNINGACCOUNT w/ exceptions if field has no value |
HAS_OWNINGACCOUNT() |
Determine if OWNINGACCOUNT has a value |
OwningService¶
If an Amazon Web Services service uses its own account to create a hosted zone and associate the specified VPC with that hosted zone,
OwningServicecontains an abbreviation that identifies the service. For example, if Amazon Elastic File System (Amazon EFS) created a hosted zone and associated a VPC with the hosted zone, the value ofOwningServiceisefs.amazonaws.com.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OWNINGSERVICE() |
Getter for OWNINGSERVICE, with configurable default |
ASK_OWNINGSERVICE() |
Getter for OWNINGSERVICE w/ exceptions if field has no value |
HAS_OWNINGSERVICE() |
Determine if OWNINGSERVICE has a value |