public static final class CfnConformancePackProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnConformancePackProps
CfnConformancePackProps
CfnConformancePackProps.Builder, CfnConformancePackProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Object |
getConformancePackInputParameters()
A list of ConformancePackInputParameter objects.
|
java.lang.String |
getConformancePackName()
Name of the conformance pack you want to create.
|
java.lang.String |
getDeliveryS3Bucket()
The name of the Amazon S3 bucket where AWS Config stores conformance pack templates.
|
java.lang.String |
getDeliveryS3KeyPrefix()
The prefix for the Amazon S3 bucket.
|
java.lang.String |
getTemplateBody()
A string containing full conformance pack template body.
|
java.lang.String |
getTemplateS3Uri()
Location of file containing the template body (s3://bucketname/prefix).
|
java.lang.Object |
getTemplateSsmDocumentDetails()
`AWS::Config::ConformancePack.TemplateSSMDocumentDetails`.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getConformancePackName()
CfnConformancePackProps
getConformancePackName
in interface CfnConformancePackProps
public final java.lang.Object getConformancePackInputParameters()
CfnConformancePackProps
getConformancePackInputParameters
in interface CfnConformancePackProps
public final java.lang.String getDeliveryS3Bucket()
CfnConformancePackProps
getDeliveryS3Bucket
in interface CfnConformancePackProps
public final java.lang.String getDeliveryS3KeyPrefix()
CfnConformancePackProps
getDeliveryS3KeyPrefix
in interface CfnConformancePackProps
public final java.lang.String getTemplateBody()
CfnConformancePackProps
Structure 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 CfnConformancePackProps
public final java.lang.String getTemplateS3Uri()
CfnConformancePackProps
The 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 CfnConformancePackProps
public final java.lang.Object getTemplateSsmDocumentDetails()
CfnConformancePackProps
getTemplateSsmDocumentDetails
in interface CfnConformancePackProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()