@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:32.049Z") @Stability(value=Stable) public interface CfnGroupProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnGroupProps.Builder
A builder for
CfnGroupProps |
static class |
CfnGroupProps.Jsii$Proxy
An implementation for
CfnGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnGroupProps.Builder |
builder() |
default Object |
getConfiguration()
`AWS::ResourceGroups::Group.Configuration`.
|
default String |
getDescription()
`AWS::ResourceGroups::Group.Description`.
|
String |
getName()
`AWS::ResourceGroups::Group.Name`.
|
default Object |
getResourceQuery()
`AWS::ResourceGroups::Group.ResourceQuery`.
|
default List<String> |
getResources()
`AWS::ResourceGroups::Group.Resources`.
|
default Object |
getTags()
`AWS::ResourceGroups::Group.Tags`.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default Object getConfiguration()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default Object getResourceQuery()
@Stability(value=Stable) @Nullable default List<String> getResources()
@Stability(value=Stable) @Nullable default Object getTags()
@Stability(value=Stable) static CfnGroupProps.Builder builder()
CfnGroupProps.Builder of CfnGroupPropsCopyright © 2021. All rights reserved.