/AWS1/CL_ACMDOMAINSCOPE¶
Specifies the scope of domain validation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_exactdomain TYPE /AWS1/ACMDOMAINSCOPEOPTION /AWS1/ACMDOMAINSCOPEOPTION¶
Whether validation applies to the exact domain.
iv_subdomains TYPE /AWS1/ACMDOMAINSCOPEOPTION /AWS1/ACMDOMAINSCOPEOPTION¶
Whether validation applies to subdomains.
iv_wildcards TYPE /AWS1/ACMDOMAINSCOPEOPTION /AWS1/ACMDOMAINSCOPEOPTION¶
Whether validation applies to wildcard domains.
Queryable Attributes¶
ExactDomain¶
Whether validation applies to the exact domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXACTDOMAIN() |
Getter for EXACTDOMAIN, with configurable default |
ASK_EXACTDOMAIN() |
Getter for EXACTDOMAIN w/ exceptions if field has no value |
HAS_EXACTDOMAIN() |
Determine if EXACTDOMAIN has a value |
Subdomains¶
Whether validation applies to subdomains.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBDOMAINS() |
Getter for SUBDOMAINS, with configurable default |
ASK_SUBDOMAINS() |
Getter for SUBDOMAINS w/ exceptions if field has no value |
HAS_SUBDOMAINS() |
Determine if SUBDOMAINS has a value |
Wildcards¶
Whether validation applies to wildcard domains.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WILDCARDS() |
Getter for WILDCARDS, with configurable default |
ASK_WILDCARDS() |
Getter for WILDCARDS w/ exceptions if field has no value |
HAS_WILDCARDS() |
Determine if WILDCARDS has a value |