@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.672Z") @Stability(value=Stable) public interface CfnGeofenceCollectionProps extends software.amazon.jsii.JsiiSerializable
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.location.*;
CfnGeofenceCollectionProps cfnGeofenceCollectionProps = CfnGeofenceCollectionProps.builder()
.collectionName("collectionName")
// the properties below are optional
.description("description")
.kmsKeyId("kmsKeyId")
.pricingPlan("pricingPlan")
.pricingPlanDataSource("pricingPlanDataSource")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnGeofenceCollectionProps.Builder
A builder for
CfnGeofenceCollectionProps |
static class |
CfnGeofenceCollectionProps.Jsii$Proxy
An implementation for
CfnGeofenceCollectionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnGeofenceCollectionProps.Builder |
builder() |
String |
getCollectionName()
The name for the geofence collection.
|
default String |
getDescription()
An optional description for the geofence collection.
|
default String |
getKmsKeyId()
A key identifier for an [AWS KMS customer managed key](https://docs.aws.amazon.com/kms/latest/developerguide/create-keys.html) .
|
default String |
getPricingPlan()
No longer used.
|
default String |
getPricingPlanDataSource()
This parameter is no longer used.
|
@Stability(value=Stable) @NotNull String getCollectionName()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getKmsKeyId()
@Stability(value=Stable) @Nullable default String getPricingPlan()
Allowed Values : RequestBasedUsage
@Stability(value=Stable) @Nullable default String getPricingPlanDataSource()
@Stability(value=Stable) static CfnGeofenceCollectionProps.Builder builder()
CfnGeofenceCollectionProps.Builder of CfnGeofenceCollectionPropsCopyright © 2022. All rights reserved.