public static final class CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty.Builder, CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty.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.String |
getDescription()
The description that you provide for your organization AWS Config rule.
|
java.lang.String |
getInputParameters()
A string, in JSON format, that is passed to your organization AWS Config rule Lambda function.
|
java.lang.String |
getMaximumExecutionFrequency()
The maximum frequency with which AWS Config runs evaluations for a rule.
|
java.lang.String |
getResourceIdScope()
The ID of the AWS resource that was evaluated.
|
java.util.List<java.lang.String> |
getResourceTypesScope()
The type of the AWS resource that was evaluated.
|
java.lang.String |
getRuleIdentifier()
For organization config managed rules, a predefined identifier from a list.
|
java.lang.String |
getTagKeyScope()
One part of a key-value pair that make up a tag.
|
java.lang.String |
getTagValueScope()
The optional part of a key-value pair that make up a tag.
|
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 getRuleIdentifier()
CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
For example, IAM_PASSWORD_POLICY
is a managed rule. To reference a managed rule, see Using AWS Config managed rules .
getRuleIdentifier
in interface CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
public final java.lang.String getDescription()
CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
getDescription
in interface CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
public final java.lang.String getInputParameters()
CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
getInputParameters
in interface CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
public final java.lang.String getMaximumExecutionFrequency()
CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
This is for an AWS Config managed rule that is triggered at a periodic frequency.
By default, rules with a periodic trigger are evaluated every 24 hours. To change the frequency, specify a valid value for the
MaximumExecutionFrequency
parameter.
getMaximumExecutionFrequency
in interface CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
public final java.lang.String getResourceIdScope()
CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
getResourceIdScope
in interface CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
public final java.util.List<java.lang.String> getResourceTypesScope()
CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
getResourceTypesScope
in interface CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
public final java.lang.String getTagKeyScope()
CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
A key is a general label that acts like a category for more specific tag values.
getTagKeyScope
in interface CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
public final java.lang.String getTagValueScope()
CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
A value acts as a descriptor within a tag category (key).
getTagValueScope
in interface CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()