@Stability(value=Stable)
public static interface CfnOrganizationConfigRule.OrganizationCustomCodeRuleMetadataProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.config.*;
OrganizationCustomCodeRuleMetadataProperty organizationCustomCodeRuleMetadataProperty = OrganizationCustomCodeRuleMetadataProperty.builder()
.codeText("codeText")
.runtime("runtime")
// the properties below are optional
.debugLogDeliveryAccounts(List.of("debugLogDeliveryAccounts"))
.description("description")
.inputParameters("inputParameters")
.maximumExecutionFrequency("maximumExecutionFrequency")
.organizationConfigRuleTriggerTypes(List.of("organizationConfigRuleTriggerTypes"))
.resourceIdScope("resourceIdScope")
.resourceTypesScope(List.of("resourceTypesScope"))
.tagKeyScope("tagKeyScope")
.tagValueScope("tagValueScope")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnOrganizationConfigRule.OrganizationCustomCodeRuleMetadataProperty.Builder
|
static class |
CfnOrganizationConfigRule.OrganizationCustomCodeRuleMetadataProperty.Jsii$Proxy
An implementation for
CfnOrganizationConfigRule.OrganizationCustomCodeRuleMetadataProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnOrganizationConfigRule.OrganizationCustomCodeRuleMetadataProperty.Builder |
builder() |
String |
getCodeText()
`CfnOrganizationConfigRule.OrganizationCustomCodeRuleMetadataProperty.CodeText`.
|
default List<String> |
getDebugLogDeliveryAccounts()
`CfnOrganizationConfigRule.OrganizationCustomCodeRuleMetadataProperty.DebugLogDeliveryAccounts`.
|
default String |
getDescription()
`CfnOrganizationConfigRule.OrganizationCustomCodeRuleMetadataProperty.Description`.
|
default String |
getInputParameters()
`CfnOrganizationConfigRule.OrganizationCustomCodeRuleMetadataProperty.InputParameters`.
|
default String |
getMaximumExecutionFrequency()
`CfnOrganizationConfigRule.OrganizationCustomCodeRuleMetadataProperty.MaximumExecutionFrequency`.
|
default List<String> |
getOrganizationConfigRuleTriggerTypes()
`CfnOrganizationConfigRule.OrganizationCustomCodeRuleMetadataProperty.OrganizationConfigRuleTriggerTypes`.
|
default String |
getResourceIdScope()
`CfnOrganizationConfigRule.OrganizationCustomCodeRuleMetadataProperty.ResourceIdScope`.
|
default List<String> |
getResourceTypesScope()
`CfnOrganizationConfigRule.OrganizationCustomCodeRuleMetadataProperty.ResourceTypesScope`.
|
String |
getRuntime()
`CfnOrganizationConfigRule.OrganizationCustomCodeRuleMetadataProperty.Runtime`.
|
default String |
getTagKeyScope()
`CfnOrganizationConfigRule.OrganizationCustomCodeRuleMetadataProperty.TagKeyScope`.
|
default String |
getTagValueScope()
`CfnOrganizationConfigRule.OrganizationCustomCodeRuleMetadataProperty.TagValueScope`.
|
@Stability(value=Stable) @NotNull String getCodeText()
@Stability(value=Stable) @NotNull String getRuntime()
@Stability(value=Stable) @Nullable default List<String> getDebugLogDeliveryAccounts()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getInputParameters()
@Stability(value=Stable) @Nullable default String getMaximumExecutionFrequency()
@Stability(value=Stable) @Nullable default List<String> getOrganizationConfigRuleTriggerTypes()
@Stability(value=Stable) @Nullable default String getResourceIdScope()
@Stability(value=Stable) @Nullable default List<String> getResourceTypesScope()
@Stability(value=Stable) @Nullable default String getTagKeyScope()
@Stability(value=Stable) @Nullable default String getTagValueScope()
@Stability(value=Stable) static CfnOrganizationConfigRule.OrganizationCustomCodeRuleMetadataProperty.Builder builder()
Copyright © 2022. All rights reserved.