Class GroupProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.synthetics.GroupProps.Jsii$Proxy
- All Implemented Interfaces:
GroupProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
GroupProps
@Stability(Stable)
@Internal
public static final class GroupProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements GroupProps
An implementation for
GroupProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.synthetics.GroupProps
GroupProps.Builder, GroupProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(GroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theGroupProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theGroupProps.Builder.
-
-
Method Details
-
getCanaries
Description copied from interface:GroupPropsList of canaries to associate with this group.Each group can contain as many as 10 canaries.
Default: - No canaries are associated with the group initially
- Specified by:
getCanariesin interfaceGroupProps
-
getGroupName
Description copied from interface:GroupPropsA name for the group. Must contain only lowercase alphanumeric characters, hyphens, or underscores, and be at most 64 characters.The names for all groups in your account, across all Regions, must be unique.
Default: - A unique name will be generated from the construct ID
- Specified by:
getGroupNamein interfaceGroupProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-