Package com.pulumi.aws.location.inputs
Class GetGeofenceCollectionArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.aws.location.inputs.GetGeofenceCollectionArgs
-
public final class GetGeofenceCollectionArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetGeofenceCollectionArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetGeofenceCollectionArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetGeofenceCollectionArgs.Builder
builder()
static GetGeofenceCollectionArgs.Builder
builder(GetGeofenceCollectionArgs defaults)
com.pulumi.core.Output<java.lang.String>
collectionName()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
kmsKeyId()
java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>>
tags()
-
-
-
Field Detail
-
Empty
public static final GetGeofenceCollectionArgs Empty
-
-
Method Detail
-
collectionName
public com.pulumi.core.Output<java.lang.String> collectionName()
- Returns:
- Name of the geofence collection.
-
kmsKeyId
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> kmsKeyId()
- Returns:
- Key identifier for an AWS KMS customer managed key assigned to the Amazon Location resource.
-
tags
public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>> tags()
- Returns:
- Key-value map of resource tags for the geofence collection.
-
builder
public static GetGeofenceCollectionArgs.Builder builder()
-
builder
public static GetGeofenceCollectionArgs.Builder builder(GetGeofenceCollectionArgs defaults)
-
-