@Stability(value=Stable)
public static interface CfnConfigRule.ScopeProperty
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.*;
ScopeProperty scopeProperty = ScopeProperty.builder()
.complianceResourceId("complianceResourceId")
.complianceResourceTypes(List.of("complianceResourceTypes"))
.tagKey("tagKey")
.tagValue("tagValue")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConfigRule.ScopeProperty.Builder
A builder for
CfnConfigRule.ScopeProperty |
static class |
CfnConfigRule.ScopeProperty.Jsii$Proxy
An implementation for
CfnConfigRule.ScopeProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConfigRule.ScopeProperty.Builder |
builder() |
default String |
getComplianceResourceId()
`CfnConfigRule.ScopeProperty.ComplianceResourceId`.
|
default List<String> |
getComplianceResourceTypes()
`CfnConfigRule.ScopeProperty.ComplianceResourceTypes`.
|
default String |
getTagKey()
`CfnConfigRule.ScopeProperty.TagKey`.
|
default String |
getTagValue()
`CfnConfigRule.ScopeProperty.TagValue`.
|
@Stability(value=Stable) @Nullable default String getComplianceResourceId()
@Stability(value=Stable) @Nullable default List<String> getComplianceResourceTypes()
@Stability(value=Stable) @Nullable default String getTagKey()
@Stability(value=Stable) @Nullable default String getTagValue()
@Stability(value=Stable) static CfnConfigRule.ScopeProperty.Builder builder()
Copyright © 2021. All rights reserved.