@Stability(value=Stable) @Internal public static final class CfnOrganizationConfigRule.OrganizationCustomRuleMetadataProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnOrganizationConfigRule.OrganizationCustomRuleMetadataProperty
CfnOrganizationConfigRule.OrganizationCustomRuleMetadataPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnOrganizationConfigRule.OrganizationCustomRuleMetadataProperty.Builder, CfnOrganizationConfigRule.OrganizationCustomRuleMetadataProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnOrganizationConfigRule.OrganizationCustomRuleMetadataProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnOrganizationConfigRule.OrganizationCustomCodeRuleMetadataProperty.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) |
String |
getDescription()
The description that you provide for your organization AWS Config rule.
|
String |
getInputParameters()
A string, in JSON format, that is passed to your organization AWS Config rule Lambda function.
|
String |
getLambdaFunctionArn()
The lambda function ARN.
|
String |
getMaximumExecutionFrequency()
The maximum frequency with which AWS Config runs evaluations for a rule.
|
List<String> |
getOrganizationConfigRuleTriggerTypes()
The type of notification that triggers AWS Config to run an evaluation for a rule.
|
String |
getResourceIdScope()
The ID of the AWS resource that was evaluated.
|
List<String> |
getResourceTypesScope()
The type of the AWS resource that was evaluated.
|
String |
getTagKeyScope()
One part of a key-value pair that make up a tag.
|
String |
getTagValueScope()
The optional part of a key-value pair that make up a tag.
|
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(CfnOrganizationConfigRule.OrganizationCustomRuleMetadataProperty.Builder builder)
CfnOrganizationConfigRule.OrganizationCustomCodeRuleMetadataProperty.Builder.public final String getLambdaFunctionArn()
CfnOrganizationConfigRule.OrganizationCustomRuleMetadataPropertygetLambdaFunctionArn in interface CfnOrganizationConfigRule.OrganizationCustomRuleMetadataPropertypublic final List<String> getOrganizationConfigRuleTriggerTypes()
CfnOrganizationConfigRule.OrganizationCustomRuleMetadataPropertyYou 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.OrganizationCustomRuleMetadataPropertypublic final String getDescription()
CfnOrganizationConfigRule.OrganizationCustomRuleMetadataPropertygetDescription in interface CfnOrganizationConfigRule.OrganizationCustomRuleMetadataPropertypublic final String getInputParameters()
CfnOrganizationConfigRule.OrganizationCustomRuleMetadataPropertygetInputParameters in interface CfnOrganizationConfigRule.OrganizationCustomRuleMetadataPropertypublic final 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
MaximumExecutionFrequencyparameter.
getMaximumExecutionFrequency in interface CfnOrganizationConfigRule.OrganizationCustomRuleMetadataPropertypublic final String getResourceIdScope()
CfnOrganizationConfigRule.OrganizationCustomRuleMetadataPropertygetResourceIdScope in interface CfnOrganizationConfigRule.OrganizationCustomRuleMetadataPropertypublic final List<String> getResourceTypesScope()
CfnOrganizationConfigRule.OrganizationCustomRuleMetadataPropertygetResourceTypesScope in interface CfnOrganizationConfigRule.OrganizationCustomRuleMetadataPropertypublic final String getTagKeyScope()
CfnOrganizationConfigRule.OrganizationCustomRuleMetadataPropertyA key is a general label that acts like a category for more specific tag values.
getTagKeyScope in interface CfnOrganizationConfigRule.OrganizationCustomRuleMetadataPropertypublic final String getTagValueScope()
CfnOrganizationConfigRule.OrganizationCustomRuleMetadataPropertyA value acts as a descriptor within a tag category (key).
getTagValueScope in interface CfnOrganizationConfigRule.OrganizationCustomRuleMetadataProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.