/AWS1/CL_CFSCONFORMANCEPACKDET¶
Returns details of a conformance pack. A conformance pack is a collection of Config rules and remediation actions that can be easily deployed in an account and a region.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_conformancepackname TYPE /AWS1/CFSCONFORMANCEPACKNAME /AWS1/CFSCONFORMANCEPACKNAME¶
Name of the conformance pack.
iv_conformancepackarn TYPE /AWS1/CFSCONFORMANCEPACKARN /AWS1/CFSCONFORMANCEPACKARN¶
Amazon Resource Name (ARN) of the conformance pack.
iv_conformancepackid TYPE /AWS1/CFSCONFORMANCEPACKID /AWS1/CFSCONFORMANCEPACKID¶
ID of the conformance pack.
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¶
The prefix for the Amazon S3 bucket.
This field is optional.
it_conformancepackinpparams TYPE /AWS1/CL_CFSCONFORMANCEPACKI00=>TT_CONFORMANCEPACKINPUTPARAMS TT_CONFORMANCEPACKINPUTPARAMS¶
A list of
ConformancePackInputParameterobjects.
iv_lastupdaterequestedtime TYPE /AWS1/CFSDATE /AWS1/CFSDATE¶
The last time a conformation pack update was requested.
iv_createdby TYPE /AWS1/CFSSTRWITHCHARLIMIT256 /AWS1/CFSSTRWITHCHARLIMIT256¶
The Amazon Web Services service that created the conformance pack.
io_templatessmdocdetails TYPE REF TO /AWS1/CL_CFSTMPLSSMDOCDETAILS /AWS1/CL_CFSTMPLSSMDOCDETAILS¶
An object that contains the name or Amazon Resource Name (ARN) of the Amazon Web Services Systems Manager document (SSM document) and the version of the SSM document that is used to create a conformance pack.
Queryable Attributes¶
ConformancePackName¶
Name of the conformance pack.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFORMANCEPACKNAME() |
Getter for CONFORMANCEPACKNAME, with configurable default |
ASK_CONFORMANCEPACKNAME() |
Getter for CONFORMANCEPACKNAME w/ exceptions if field has no |
HAS_CONFORMANCEPACKNAME() |
Determine if CONFORMANCEPACKNAME has a value |
ConformancePackArn¶
Amazon Resource Name (ARN) of the conformance pack.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFORMANCEPACKARN() |
Getter for CONFORMANCEPACKARN, with configurable default |
ASK_CONFORMANCEPACKARN() |
Getter for CONFORMANCEPACKARN w/ exceptions if field has no |
HAS_CONFORMANCEPACKARN() |
Determine if CONFORMANCEPACKARN has a value |
ConformancePackId¶
ID of the conformance pack.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFORMANCEPACKID() |
Getter for CONFORMANCEPACKID, with configurable default |
ASK_CONFORMANCEPACKID() |
Getter for CONFORMANCEPACKID w/ exceptions if field has no v |
HAS_CONFORMANCEPACKID() |
Determine if CONFORMANCEPACKID 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¶
The prefix for the 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 |
LastUpdateRequestedTime¶
The last time a conformation pack update was requested.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEREQUESTEDTIME() |
Getter for LASTUPDATEREQUESTEDTIME, with configurable defaul |
ASK_LASTUPDATEREQUESTEDTIME() |
Getter for LASTUPDATEREQUESTEDTIME w/ exceptions if field ha |
HAS_LASTUPDATEREQUESTEDTIME() |
Determine if LASTUPDATEREQUESTEDTIME has a value |
CreatedBy¶
The Amazon Web Services service that created the conformance pack.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDBY() |
Getter for CREATEDBY, with configurable default |
ASK_CREATEDBY() |
Getter for CREATEDBY w/ exceptions if field has no value |
HAS_CREATEDBY() |
Determine if CREATEDBY has a value |
TemplateSSMDocumentDetails¶
An object that contains the name or Amazon Resource Name (ARN) of the Amazon Web Services Systems Manager document (SSM document) and the version of the SSM document that is used to create a conformance pack.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEMPLATESSMDOCDETAILS() |
Getter for TEMPLATESSMDOCUMENTDETAILS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CONFORMANCEPACKDETAILLIST¶
TYPES TT_CONFORMANCEPACKDETAILLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CFSCONFORMANCEPACKDET WITH DEFAULT KEY
.