Class CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.config.CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
@Stability(Stable)
@Internal
public static final class CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
An implementation for
CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.config.CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty.Builder, CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The description that you provide for your organization AWS Config rule.final String
A string, in JSON format, that is passed to your organization AWS Config rule Lambda function.final String
The maximum frequency with which AWS Config runs evaluations for a rule.final String
The ID of the AWS resource that was evaluated.The type of the AWS resource that was evaluated.final String
For organization config managed rules, a predefined identifier from a list.final String
One part of a key-value pair that make up a tag.final String
The optional part of a key-value pair that make up a tag.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty.Builder
.
-
-
Method Details
-
getRuleIdentifier
Description copied from interface:CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
For organization config managed rules, a predefined identifier from a list.For example,
IAM_PASSWORD_POLICY
is a managed rule. To reference a managed rule, see Using AWS Config managed rules .- Specified by:
getRuleIdentifier
in interfaceCfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
-
getDescription
Description copied from interface:CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
The description that you provide for your organization AWS Config rule.- Specified by:
getDescription
in interfaceCfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
-
getInputParameters
Description copied from interface:CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
A string, in JSON format, that is passed to your organization AWS Config rule Lambda function.- Specified by:
getInputParameters
in interfaceCfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
-
getMaximumExecutionFrequency
Description copied from interface:CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
The maximum frequency with which AWS Config runs evaluations for a rule.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.- Specified by:
getMaximumExecutionFrequency
in interfaceCfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
-
getResourceIdScope
Description copied from interface:CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
The ID of the AWS resource that was evaluated.- Specified by:
getResourceIdScope
in interfaceCfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
-
getResourceTypesScope
Description copied from interface:CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
The type of the AWS resource that was evaluated.- Specified by:
getResourceTypesScope
in interfaceCfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
-
getTagKeyScope
Description copied from interface:CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
One part of a key-value pair that make up a tag.A key is a general label that acts like a category for more specific tag values.
- Specified by:
getTagKeyScope
in interfaceCfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
-
getTagValueScope
Description copied from interface:CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
The optional part of a key-value pair that make up a tag.A value acts as a descriptor within a tag category (key).
- Specified by:
getTagValueScope
in interfaceCfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-