@Stability(value=Stable)
public static interface CfnGroup.ConfigurationItemProperty
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.resourcegroups.*;
ConfigurationItemProperty configurationItemProperty = ConfigurationItemProperty.builder()
.parameters(List.of(ConfigurationParameterProperty.builder()
.name("name")
.values(List.of("values"))
.build()))
.type("type")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnGroup.ConfigurationItemProperty.Builder
A builder for
CfnGroup.ConfigurationItemProperty |
static class |
CfnGroup.ConfigurationItemProperty.Jsii$Proxy
An implementation for
CfnGroup.ConfigurationItemProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnGroup.ConfigurationItemProperty.Builder |
builder() |
default Object |
getParameters()
`CfnGroup.ConfigurationItemProperty.Parameters`.
|
default String |
getType()
`CfnGroup.ConfigurationItemProperty.Type`.
|
@Stability(value=Stable) @Nullable default Object getParameters()
@Stability(value=Stable) @Nullable default String getType()
@Stability(value=Stable) static CfnGroup.ConfigurationItemProperty.Builder builder()
Copyright © 2021. All rights reserved.