@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:18.429Z") @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")
.pricingPlan("pricingPlan")
// the properties below are optional
.description("description")
.kmsKeyId("kmsKeyId")
.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()
`AWS::Location::GeofenceCollection.CollectionName`.
|
default String |
getDescription()
`AWS::Location::GeofenceCollection.Description`.
|
default String |
getKmsKeyId()
`AWS::Location::GeofenceCollection.KmsKeyId`.
|
String |
getPricingPlan()
`AWS::Location::GeofenceCollection.PricingPlan`.
|
default String |
getPricingPlanDataSource()
`AWS::Location::GeofenceCollection.PricingPlanDataSource`.
|
@Stability(value=Stable) @NotNull String getCollectionName()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getKmsKeyId()
@Stability(value=Stable) @NotNull String getPricingPlan()
@Stability(value=Stable) @Nullable default String getPricingPlanDataSource()
@Stability(value=Stable) static CfnGeofenceCollectionProps.Builder builder()
CfnGeofenceCollectionProps.Builder of CfnGeofenceCollectionPropsCopyright © 2021. All rights reserved.