public static final class CfnOrganizationConfigRule.OrganizationCustomRuleMetadataProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnOrganizationConfigRule.OrganizationCustomRuleMetadataProperty
CfnOrganizationConfigRule.OrganizationCustomRuleMetadataProperty
CfnOrganizationConfigRule.OrganizationCustomRuleMetadataProperty.Builder, CfnOrganizationConfigRule.OrganizationCustomRuleMetadataProperty.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 |
getLambdaFunctionArn()
The lambda function ARN.
|
java.lang.String |
getMaximumExecutionFrequency()
The maximum frequency with which AWS Config runs evaluations for a rule.
|
java.util.List<java.lang.String> |
getOrganizationConfigRuleTriggerTypes()
The type of notification that triggers AWS Config to run an evaluation 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 |
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 getLambdaFunctionArn()
CfnOrganizationConfigRule.OrganizationCustomRuleMetadataProperty
getLambdaFunctionArn
in interface CfnOrganizationConfigRule.OrganizationCustomRuleMetadataProperty
public final java.util.List<java.lang.String> getOrganizationConfigRuleTriggerTypes()
CfnOrganizationConfigRule.OrganizationCustomRuleMetadataProperty
You can specify the following notification types:
ConfigurationItemChangeNotification
- Triggers an evaluation when AWS Config delivers a configuration item as a result of a resource change.OversizedConfigurationItemChangeNotification
- Triggers an evaluation when AWS Config delivers an oversized configuration item. AWS Config may generate this notification type when a resource changes and the notification exceeds the maximum size allowed by Amazon SNS.ScheduledNotification
- Triggers a periodic evaluation at the frequency specified for MaximumExecutionFrequency
.getOrganizationConfigRuleTriggerTypes
in interface CfnOrganizationConfigRule.OrganizationCustomRuleMetadataProperty
public final java.lang.String getDescription()
CfnOrganizationConfigRule.OrganizationCustomRuleMetadataProperty
getDescription
in interface CfnOrganizationConfigRule.OrganizationCustomRuleMetadataProperty
public final java.lang.String getInputParameters()
CfnOrganizationConfigRule.OrganizationCustomRuleMetadataProperty
getInputParameters
in interface CfnOrganizationConfigRule.OrganizationCustomRuleMetadataProperty
public final java.lang.String getMaximumExecutionFrequency()
CfnOrganizationConfigRule.OrganizationCustomRuleMetadataProperty
Your custom rule is triggered when AWS Config delivers the configuration snapshot. For more information, see ConfigSnapshotDeliveryProperties
.
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.OrganizationCustomRuleMetadataProperty
public final java.lang.String getResourceIdScope()
CfnOrganizationConfigRule.OrganizationCustomRuleMetadataProperty
getResourceIdScope
in interface CfnOrganizationConfigRule.OrganizationCustomRuleMetadataProperty
public final java.util.List<java.lang.String> getResourceTypesScope()
CfnOrganizationConfigRule.OrganizationCustomRuleMetadataProperty
getResourceTypesScope
in interface CfnOrganizationConfigRule.OrganizationCustomRuleMetadataProperty
public final java.lang.String getTagKeyScope()
CfnOrganizationConfigRule.OrganizationCustomRuleMetadataProperty
A key is a general label that acts like a category for more specific tag values.
getTagKeyScope
in interface CfnOrganizationConfigRule.OrganizationCustomRuleMetadataProperty
public final java.lang.String getTagValueScope()
CfnOrganizationConfigRule.OrganizationCustomRuleMetadataProperty
A value acts as a descriptor within a tag category (key).
getTagValueScope
in interface CfnOrganizationConfigRule.OrganizationCustomRuleMetadataProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()