Class CfnGeofenceCollectionMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.location.CfnGeofenceCollectionMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnGeofenceCollectionMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGeofenceCollectionMixinProps
@Stability(Stable)
@Internal
public static final class CfnGeofenceCollectionMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGeofenceCollectionMixinProps
An implementation for
CfnGeofenceCollectionMixinProps-
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.cfnpropertymixins.services.location.CfnGeofenceCollectionMixinProps
CfnGeofenceCollectionMixinProps.Builder, CfnGeofenceCollectionMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnGeofenceCollectionMixinProps.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 theCfnGeofenceCollectionMixinProps.Builder.
-
-
Method Details
-
getCollectionName
Description copied from interface:CfnGeofenceCollectionMixinPropsA 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 interfaceCfnGeofenceCollectionMixinProps- See Also:
-
getDescription
Description copied from interface:CfnGeofenceCollectionMixinPropsAn optional description for the geofence collection.- Specified by:
getDescriptionin interfaceCfnGeofenceCollectionMixinProps- See Also:
-
getKmsKeyId
Description copied from interface:CfnGeofenceCollectionMixinPropsA key identifier for an AWS KMS customer managed key . Enter a key ID, key ARN, alias name, or alias ARN.- Specified by:
getKmsKeyIdin interfaceCfnGeofenceCollectionMixinProps- See Also:
-
getPricingPlan
- Specified by:
getPricingPlanin interfaceCfnGeofenceCollectionMixinProps- See Also:
-
getPricingPlanDataSource
Description copied from interface:CfnGeofenceCollectionMixinProps(deprecated) This shape is deprecated since 2022-02-01: Deprecated.No longer allowed.
- Specified by:
getPricingPlanDataSourcein interfaceCfnGeofenceCollectionMixinProps- See Also:
-
getTags
Description copied from interface:CfnGeofenceCollectionMixinPropsApplies 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 interfaceCfnGeofenceCollectionMixinProps- 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()
-