Class CfnGeofenceCollectionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.location.CfnGeofenceCollectionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnGeofenceCollectionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGeofenceCollectionProps
@Stability(Stable)
@Internal
public static final class CfnGeofenceCollectionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGeofenceCollectionProps
An implementation for
CfnGeofenceCollectionProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.location.CfnGeofenceCollectionProps
CfnGeofenceCollectionProps.Builder, CfnGeofenceCollectionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnGeofenceCollectionProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
A custom name for the geofence collection.final String
An optional description for the geofence collection.final String
A key identifier for an AWS KMS customer managed key .final String
final String
(deprecated) This shape is deprecated since 2022-02-01: Deprecated.getTags()
Applies one or more tags to the geofence collection.final int
hashCode()
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 theCfnGeofenceCollectionProps.Builder
.
-
-
Method Details
-
getCollectionName
Description copied from interface:CfnGeofenceCollectionProps
A custom name for the geofence collection.Requirements:
- Contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), periods (.), and underscores (_).
- Must be a unique geofence collection name.
- No spaces allowed. For example,
ExampleGeofenceCollection
.
- Specified by:
getCollectionName
in interfaceCfnGeofenceCollectionProps
- See Also:
-
getDescription
Description copied from interface:CfnGeofenceCollectionProps
An optional description for the geofence collection.- Specified by:
getDescription
in interfaceCfnGeofenceCollectionProps
- See Also:
-
getKmsKeyId
Description copied from interface:CfnGeofenceCollectionProps
A key identifier for an AWS KMS customer managed key . Enter a key ID, key ARN, alias name, or alias ARN.- Specified by:
getKmsKeyId
in interfaceCfnGeofenceCollectionProps
- See Also:
-
getPricingPlan
- Specified by:
getPricingPlan
in interfaceCfnGeofenceCollectionProps
- See Also:
-
getPricingPlanDataSource
Description copied from interface:CfnGeofenceCollectionProps
(deprecated) This shape is deprecated since 2022-02-01: Deprecated.No longer allowed.
- Specified by:
getPricingPlanDataSource
in interfaceCfnGeofenceCollectionProps
- See Also:
-
getTags
Description copied from interface:CfnGeofenceCollectionProps
Applies one or more tags to the geofence collection.A tag is a key-value pair helps manage, identify, search, and filter your resources by labelling them.
Format:
"key" : "value"
Restrictions:
- Maximum 50 tags per resource
- Each resource tag must be unique with a maximum of one value.
- Maximum key length: 128 Unicode characters in UTF-8
- Maximum value length: 256 Unicode characters in UTF-8
- Can use alphanumeric characters (A–Z, a–z, 0–9), and the following characters: + - = . _ : /
- Specified by:
getTags
in interfaceCfnGeofenceCollectionProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-