/AWS1/CL_CFSORGCONFORMANCEPACK¶
An organization conformance pack that has information about conformance packs that Config creates in member accounts.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_orgconformancepackname TYPE /AWS1/CFSORGCONFORMANCEPACKN00 /AWS1/CFSORGCONFORMANCEPACKN00¶
The name you assign to an organization conformance pack.
iv_orgconformancepackarn TYPE /AWS1/CFSSTRWITHCHARLIMIT256 /AWS1/CFSSTRWITHCHARLIMIT256¶
Amazon Resource Name (ARN) of organization conformance pack.
iv_lastupdatetime TYPE /AWS1/CFSDATE /AWS1/CFSDATE¶
Last time when organization conformation pack was updated.
Optional arguments:¶
iv_deliverys3bucket TYPE /AWS1/CFSDELIVERYS3BUCKET /AWS1/CFSDELIVERYS3BUCKET¶
The name of the Amazon S3 bucket where Config stores conformance pack templates.
This field is optional.
iv_deliverys3keyprefix TYPE /AWS1/CFSDELIVERYS3KEYPREFIX /AWS1/CFSDELIVERYS3KEYPREFIX¶
Any folder structure you want to add to an Amazon S3 bucket.
This field is optional.
it_conformancepackinpparams TYPE /AWS1/CL_CFSCONFORMANCEPACKI00=>TT_CONFORMANCEPACKINPUTPARAMS TT_CONFORMANCEPACKINPUTPARAMS¶
A list of
ConformancePackInputParameterobjects.
it_excludedaccounts TYPE /AWS1/CL_CFSEXCLUDEDACCOUNTS_W=>TT_EXCLUDEDACCOUNTS TT_EXCLUDEDACCOUNTS¶
A comma-separated list of accounts excluded from organization conformance pack.
Queryable Attributes¶
OrganizationConformancePackName¶
The name you assign to an organization conformance pack.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ORGCONFORMANCEPACKNAME() |
Getter for ORGCONFORMANCEPACKNAME, with configurable default |
ASK_ORGCONFORMANCEPACKNAME() |
Getter for ORGCONFORMANCEPACKNAME w/ exceptions if field has |
HAS_ORGCONFORMANCEPACKNAME() |
Determine if ORGCONFORMANCEPACKNAME has a value |
OrganizationConformancePackArn¶
Amazon Resource Name (ARN) of organization conformance pack.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ORGCONFORMANCEPACKARN() |
Getter for ORGCONFORMANCEPACKARN, with configurable default |
ASK_ORGCONFORMANCEPACKARN() |
Getter for ORGCONFORMANCEPACKARN w/ exceptions if field has |
HAS_ORGCONFORMANCEPACKARN() |
Determine if ORGCONFORMANCEPACKARN has a value |
DeliveryS3Bucket¶
The name of the Amazon S3 bucket where Config stores conformance pack templates.
This field is optional.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DELIVERYS3BUCKET() |
Getter for DELIVERYS3BUCKET, with configurable default |
ASK_DELIVERYS3BUCKET() |
Getter for DELIVERYS3BUCKET w/ exceptions if field has no va |
HAS_DELIVERYS3BUCKET() |
Determine if DELIVERYS3BUCKET has a value |
DeliveryS3KeyPrefix¶
Any folder structure you want to add to an Amazon S3 bucket.
This field is optional.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DELIVERYS3KEYPREFIX() |
Getter for DELIVERYS3KEYPREFIX, with configurable default |
ASK_DELIVERYS3KEYPREFIX() |
Getter for DELIVERYS3KEYPREFIX w/ exceptions if field has no |
HAS_DELIVERYS3KEYPREFIX() |
Determine if DELIVERYS3KEYPREFIX has a value |
ConformancePackInputParameters¶
A list of
ConformancePackInputParameterobjects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFORMANCEPACKINPPARAMS() |
Getter for CONFORMANCEPACKINPUTPARAMS, with configurable def |
ASK_CONFORMANCEPACKINPPARAMS() |
Getter for CONFORMANCEPACKINPUTPARAMS w/ exceptions if field |
HAS_CONFORMANCEPACKINPPARAMS() |
Determine if CONFORMANCEPACKINPUTPARAMS has a value |
ExcludedAccounts¶
A comma-separated list of accounts excluded from organization conformance pack.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXCLUDEDACCOUNTS() |
Getter for EXCLUDEDACCOUNTS, with configurable default |
ASK_EXCLUDEDACCOUNTS() |
Getter for EXCLUDEDACCOUNTS w/ exceptions if field has no va |
HAS_EXCLUDEDACCOUNTS() |
Determine if EXCLUDEDACCOUNTS has a value |
LastUpdateTime¶
Last time when organization conformation pack was updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATETIME() |
Getter for LASTUPDATETIME, with configurable default |
ASK_LASTUPDATETIME() |
Getter for LASTUPDATETIME w/ exceptions if field has no valu |
HAS_LASTUPDATETIME() |
Determine if LASTUPDATETIME 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_ORGCONFORMANCEPACKS¶
TYPES TT_ORGCONFORMANCEPACKS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CFSORGCONFORMANCEPACK WITH DEFAULT KEY
.