Skip to content

/AWS1/CL_FNTDOMAINCONFLICT

Contains information about the domain conflict. Use this information to determine the affected domain, the related resource, and the affected Amazon Web Services account.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_domain TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING

The domain used to find existing conflicts for domain configurations.

iv_resourcetype TYPE /AWS1/FNTDISTRIBUTIONRESTYPE /AWS1/FNTDISTRIBUTIONRESTYPE

The CloudFront resource type that has a domain conflict.

iv_resourceid TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING

The ID of the resource that has a domain conflict.

iv_accountid TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING

The ID of the Amazon Web Services account for the domain conflict.


Queryable Attributes

Domain

The domain used to find existing conflicts for domain configurations.

Accessible with the following methods

Method Description
GET_DOMAIN() Getter for DOMAIN, with configurable default
ASK_DOMAIN() Getter for DOMAIN w/ exceptions if field has no value
HAS_DOMAIN() Determine if DOMAIN has a value

ResourceType

The CloudFront resource type that has a domain conflict.

Accessible with the following methods

Method Description
GET_RESOURCETYPE() Getter for RESOURCETYPE, with configurable default
ASK_RESOURCETYPE() Getter for RESOURCETYPE w/ exceptions if field has no value
HAS_RESOURCETYPE() Determine if RESOURCETYPE has a value

ResourceId

The ID of the resource that has a domain conflict.

Accessible with the following methods

Method Description
GET_RESOURCEID() Getter for RESOURCEID, with configurable default
ASK_RESOURCEID() Getter for RESOURCEID w/ exceptions if field has no value
HAS_RESOURCEID() Determine if RESOURCEID has a value

AccountId

The ID of the Amazon Web Services account for the domain conflict.

Accessible with the following methods

Method Description
GET_ACCOUNTID() Getter for ACCOUNTID, with configurable default
ASK_ACCOUNTID() Getter for ACCOUNTID w/ exceptions if field has no value
HAS_ACCOUNTID() Determine if ACCOUNTID has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_DOMAINCONFLICTSLIST

TYPES TT_DOMAINCONFLICTSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_FNTDOMAINCONFLICT WITH DEFAULT KEY
.