public static final class CfnOrganizationConformancePackProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnOrganizationConformancePackProps
CfnOrganizationConformancePackProps
CfnOrganizationConformancePackProps.Builder, CfnOrganizationConformancePackProps.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 |
getDeliveryS3Bucket()
The name of the Amazon S3 bucket where AWS Config stores conformance pack templates.
|
java.lang.String |
getDeliveryS3KeyPrefix()
Any folder structure you want to add to an Amazon S3 bucket.
|
java.util.List<java.lang.String> |
getExcludedAccounts()
A comma-separated list of accounts excluded from organization conformance pack.
|
java.lang.String |
getOrganizationConformancePackName()
The name you assign to an organization conformance pack.
|
java.lang.String |
getTemplateBody()
A string containing full conformance pack template body.
|
java.lang.String |
getTemplateS3Uri()
Location of file containing the template body.
|
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 getOrganizationConformancePackName()
CfnOrganizationConformancePackProps
getOrganizationConformancePackName
in interface CfnOrganizationConformancePackProps
public final java.lang.Object getConformancePackInputParameters()
CfnOrganizationConformancePackProps
getConformancePackInputParameters
in interface CfnOrganizationConformancePackProps
public final java.lang.String getDeliveryS3Bucket()
CfnOrganizationConformancePackProps
This field is optional.
getDeliveryS3Bucket
in interface CfnOrganizationConformancePackProps
public final java.lang.String getDeliveryS3KeyPrefix()
CfnOrganizationConformancePackProps
This field is optional.
getDeliveryS3KeyPrefix
in interface CfnOrganizationConformancePackProps
public final java.util.List<java.lang.String> getExcludedAccounts()
CfnOrganizationConformancePackProps
getExcludedAccounts
in interface CfnOrganizationConformancePackProps
public final java.lang.String getTemplateBody()
CfnOrganizationConformancePackProps
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
getTemplateBody
in interface CfnOrganizationConformancePackProps
public final java.lang.String getTemplateS3Uri()
CfnOrganizationConformancePackProps
The uri must point to the conformance pack template (max size: 300 KB).
getTemplateS3Uri
in interface CfnOrganizationConformancePackProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()