| Modifier and Type | Method and Description |
|---|---|
CfnGroup |
build() |
static CfnGroup.Builder |
create(Construct scope,
String id) |
CfnGroup.Builder |
name(String name)
A name for the group.
|
CfnGroup.Builder |
resourceArns(List<String> resourceArns)
The ARNs of the canaries that you want to associate with this group.
|
CfnGroup.Builder |
tags(List<? extends CfnTag> tags)
The list of key-value pairs that are associated with the group.
|
@Stability(value=Stable) public static CfnGroup.Builder create(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.CfnGroup.Builder.@Stability(value=Stable) public CfnGroup.Builder name(String name)
The names for all groups in your account, across all Regions, must be unique.
name - A name for the group. It can include any Unicode characters. This parameter is required.this@Stability(value=Stable) public CfnGroup.Builder resourceArns(List<String> resourceArns)
resourceArns - The ARNs of the canaries that you want to associate with this group. This parameter is required.this@Stability(value=Stable) public CfnGroup.Builder tags(List<? extends CfnTag> tags)
tags - The list of key-value pairs that are associated with the group. This parameter is required.thisCopyright © 2022. All rights reserved.