@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-14T16:25:29.541Z")
public interface CfnGroupProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.synthetics.*; CfnGroupProps cfnGroupProps = CfnGroupProps.builder() .name("name") // the properties below are optional .resourceArns(List.of("resourceArns")) .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
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() |
java.lang.String |
getName()
A name for the group.
|
default java.util.List<java.lang.String> |
getResourceArns()
The ARNs of the canaries that you want to associate with this group.
|
default java.util.List<CfnTag> |
getTags()
The list of key-value pairs that are associated with the group.
|
java.lang.String getName()
The names for all groups in your account, across all Regions, must be unique.
default java.util.List<java.lang.String> getResourceArns()
default java.util.List<CfnTag> getTags()
static CfnGroupProps.Builder builder()
CfnGroupProps.Builder
of CfnGroupProps