@Stability(value=Stable) @Internal public static final class CfnConformancePackProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnConformancePackProps
CfnConformancePackPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnConformancePackProps.Builder, CfnConformancePackProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnConformancePackProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnConformancePackProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getConformancePackInputParameters()
A list of ConformancePackInputParameter objects.
|
String |
getConformancePackName()
Name of the conformance pack you want to create.
|
String |
getDeliveryS3Bucket()
The name of the Amazon S3 bucket where AWS Config stores conformance pack templates.
|
String |
getDeliveryS3KeyPrefix()
The prefix for the Amazon S3 bucket.
|
String |
getTemplateBody()
A string containing full conformance pack template body.
|
String |
getTemplateS3Uri()
Location of file containing the template body (s3://bucketname/prefix).
|
Object |
getTemplateSsmDocumentDetails()
`AWS::Config::ConformancePack.TemplateSSMDocumentDetails`.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnConformancePackProps.Builder builder)
CfnConformancePackProps.Builder.public final String getConformancePackName()
CfnConformancePackPropsgetConformancePackName in interface CfnConformancePackPropspublic final Object getConformancePackInputParameters()
CfnConformancePackPropsgetConformancePackInputParameters in interface CfnConformancePackPropspublic final String getDeliveryS3Bucket()
CfnConformancePackPropsgetDeliveryS3Bucket in interface CfnConformancePackPropspublic final String getDeliveryS3KeyPrefix()
CfnConformancePackPropsgetDeliveryS3KeyPrefix in interface CfnConformancePackPropspublic final String getTemplateBody()
CfnConformancePackPropsStructure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
You can only use a YAML template with two resource types: config rule (
AWS::Config::ConfigRule) and a remediation action (AWS::Config::RemediationConfiguration).
getTemplateBody in interface CfnConformancePackPropspublic final String getTemplateS3Uri()
CfnConformancePackPropsThe uri must point to the conformance pack template (max size: 300 KB) that is located in an Amazon S3 bucket.
You must have access to read Amazon S3 bucket.
getTemplateS3Uri in interface CfnConformancePackPropspublic final Object getTemplateSsmDocumentDetails()
CfnConformancePackPropsgetTemplateSsmDocumentDetails in interface CfnConformancePackProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.