Geofence Collection Args
data class GeofenceCollectionArgs(val collectionName: Output<String>? = null, val description: Output<String>? = null, val kmsKeyId: Output<String>? = null, val pricingPlan: Output<GeofenceCollectionPricingPlan>? = null, val pricingPlanDataSource: Output<String>? = null) : ConvertibleToJava<GeofenceCollectionArgs>
Definition of AWS::Location::GeofenceCollection Resource Type
Constructors
Link copied to clipboard
fun GeofenceCollectionArgs(collectionName: Output<String>? = null, description: Output<String>? = null, kmsKeyId: Output<String>? = null, pricingPlan: Output<GeofenceCollectionPricingPlan>? = null, pricingPlanDataSource: Output<String>? = null)