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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.location.CfnGeofenceCollectionProps
CfnGeofenceCollectionProps.Builder, CfnGeofenceCollectionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnGeofenceCollectionProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringA custom name for the geofence collection.final StringAn optional description for the geofence collection.final StringA key identifier for an AWS KMS customer managed key .final Stringfinal String(deprecated) This shape is deprecated since 2022-02-01: Deprecated.getTags()Applies one or more tags to the geofence collection.final inthashCode()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:CfnGeofenceCollectionPropsA 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:
getCollectionNamein interfaceCfnGeofenceCollectionProps- See Also:
-
getDescription
Description copied from interface:CfnGeofenceCollectionPropsAn optional description for the geofence collection.- Specified by:
getDescriptionin interfaceCfnGeofenceCollectionProps- See Also:
-
getKmsKeyId
Description copied from interface:CfnGeofenceCollectionPropsA key identifier for an AWS KMS customer managed key . Enter a key ID, key ARN, alias name, or alias ARN.- Specified by:
getKmsKeyIdin interfaceCfnGeofenceCollectionProps- See Also:
-
getPricingPlan
- Specified by:
getPricingPlanin interfaceCfnGeofenceCollectionProps- See Also:
-
getPricingPlanDataSource
Description copied from interface:CfnGeofenceCollectionProps(deprecated) This shape is deprecated since 2022-02-01: Deprecated.No longer allowed.
- Specified by:
getPricingPlanDataSourcein interfaceCfnGeofenceCollectionProps- See Also:
-
getTags
Description copied from interface:CfnGeofenceCollectionPropsApplies 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:
getTagsin interfaceCfnGeofenceCollectionProps- See Also:
-
$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()
-