@Stability(value=Stable) public static final class CfnResourceGroup.Builder extends Object implements software.amazon.jsii.Builder<CfnResourceGroup>
CfnResourceGroup.| Modifier and Type | Method and Description |
|---|---|
CfnResourceGroup |
build() |
static CfnResourceGroup.Builder |
create(software.constructs.Construct scope,
String id) |
CfnResourceGroup.Builder |
resourceGroupTags(IResolvable resourceGroupTags)
`AWS::Inspector::ResourceGroup.ResourceGroupTags`.
|
CfnResourceGroup.Builder |
resourceGroupTags(List<? extends Object> resourceGroupTags)
`AWS::Inspector::ResourceGroup.ResourceGroupTags`.
|
@Stability(value=Stable) public static CfnResourceGroup.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnResourceGroup.Builder.@Stability(value=Stable) public CfnResourceGroup.Builder resourceGroupTags(IResolvable resourceGroupTags)
resourceGroupTags - `AWS::Inspector::ResourceGroup.ResourceGroupTags`. This parameter is required.this@Stability(value=Stable) public CfnResourceGroup.Builder resourceGroupTags(List<? extends Object> resourceGroupTags)
resourceGroupTags - `AWS::Inspector::ResourceGroup.ResourceGroupTags`. This parameter is required.this@Stability(value=Stable) public CfnResourceGroup build()
build in interface software.amazon.jsii.Builder<CfnResourceGroup>Copyright © 2021. All rights reserved.