@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:38.424Z")
public interface CfnGeofenceCollectionProps
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") .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() |
java.lang.String |
getCollectionName()
A custom name for the geofence collection.
|
default java.lang.String |
getDescription()
An optional description for the geofence collection.
|
default java.lang.String |
getKmsKeyId()
A key identifier for an [AWS KMS customer managed key](https://docs.aws.amazon.com/kms/latest/developerguide/create-keys.html) .
|
java.lang.String getCollectionName()
Requirements:
ExampleGeofenceCollection
.default java.lang.String getDescription()
default java.lang.String getKmsKeyId()
static CfnGeofenceCollectionProps.Builder builder()
CfnGeofenceCollectionProps.Builder
of CfnGeofenceCollectionProps