We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 30, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 30, 2026 by Pulumi
Definition of AWS::Location::GeofenceCollection Resource Type
Using getGeofenceCollection
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getGeofenceCollection(args: GetGeofenceCollectionArgs, opts?: InvokeOptions): Promise<GetGeofenceCollectionResult>
function getGeofenceCollectionOutput(args: GetGeofenceCollectionOutputArgs, opts?: InvokeOptions): Output<GetGeofenceCollectionResult>def get_geofence_collection(collection_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGeofenceCollectionResult
def get_geofence_collection_output(collection_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGeofenceCollectionResult]func LookupGeofenceCollection(ctx *Context, args *LookupGeofenceCollectionArgs, opts ...InvokeOption) (*LookupGeofenceCollectionResult, error)
func LookupGeofenceCollectionOutput(ctx *Context, args *LookupGeofenceCollectionOutputArgs, opts ...InvokeOption) LookupGeofenceCollectionResultOutput> Note: This function is named LookupGeofenceCollection in the Go SDK.
public static class GetGeofenceCollection
{
public static Task<GetGeofenceCollectionResult> InvokeAsync(GetGeofenceCollectionArgs args, InvokeOptions? opts = null)
public static Output<GetGeofenceCollectionResult> Invoke(GetGeofenceCollectionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetGeofenceCollectionResult> getGeofenceCollection(GetGeofenceCollectionArgs args, InvokeOptions options)
public static Output<GetGeofenceCollectionResult> getGeofenceCollection(GetGeofenceCollectionArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:location:getGeofenceCollection
arguments:
# arguments dictionaryThe following arguments are supported:
- Collection
Name string A custom name for the geofence collection.
Requirements:
- Contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), periods (.), and underscores (_).
- Must be a unique geofence collection name.
- No spaces allowed. For example,
ExampleGeofenceCollection.
- Collection
Name string A custom name for the geofence collection.
Requirements:
- Contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), periods (.), and underscores (_).
- Must be a unique geofence collection name.
- No spaces allowed. For example,
ExampleGeofenceCollection.
- collection
Name String A custom name for the geofence collection.
Requirements:
- Contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), periods (.), and underscores (_).
- Must be a unique geofence collection name.
- No spaces allowed. For example,
ExampleGeofenceCollection.
- collection
Name string A custom name for the geofence collection.
Requirements:
- Contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), periods (.), and underscores (_).
- Must be a unique geofence collection name.
- No spaces allowed. For example,
ExampleGeofenceCollection.
- collection_
name str A custom name for the geofence collection.
Requirements:
- Contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), periods (.), and underscores (_).
- Must be a unique geofence collection name.
- No spaces allowed. For example,
ExampleGeofenceCollection.
- collection
Name String A custom name for the geofence collection.
Requirements:
- Contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), periods (.), and underscores (_).
- Must be a unique geofence collection name.
- No spaces allowed. For example,
ExampleGeofenceCollection.
getGeofenceCollection Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all AWS .
- Format example:
arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection
- Format example:
- Collection
Arn string - Synonym for
Arn. The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all AWS .- Format example:
arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection
- Format example:
- Create
Time string - The timestamp for when the geofence collection resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. - Description string
- An optional description for the geofence collection.
- Pricing
Plan Pulumi.Aws Native. Location. Geofence Collection Pricing Plan - Pricing
Plan stringData Source - This shape is deprecated since 2022-02-01: Deprecated. No longer allowed.
-
List<Pulumi.
Aws Native. Outputs. Tag> - An array of key-value pairs to apply to this resource.
- Update
Time string - The timestamp for when the geofence collection resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
- Arn string
- The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all AWS .
- Format example:
arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection
- Format example:
- Collection
Arn string - Synonym for
Arn. The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all AWS .- Format example:
arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection
- Format example:
- Create
Time string - The timestamp for when the geofence collection resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. - Description string
- An optional description for the geofence collection.
- Pricing
Plan GeofenceCollection Pricing Plan - Pricing
Plan stringData Source - This shape is deprecated since 2022-02-01: Deprecated. No longer allowed.
- Tag
- An array of key-value pairs to apply to this resource.
- Update
Time string - The timestamp for when the geofence collection resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
- arn String
- The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all AWS .
- Format example:
arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection
- Format example:
- collection
Arn String - Synonym for
Arn. The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all AWS .- Format example:
arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection
- Format example:
- create
Time String - The timestamp for when the geofence collection resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. - description String
- An optional description for the geofence collection.
- pricing
Plan GeofenceCollection Pricing Plan - pricing
Plan StringData Source - This shape is deprecated since 2022-02-01: Deprecated. No longer allowed.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- update
Time String - The timestamp for when the geofence collection resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
- arn string
- The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all AWS .
- Format example:
arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection
- Format example:
- collection
Arn string - Synonym for
Arn. The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all AWS .- Format example:
arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection
- Format example:
- create
Time string - The timestamp for when the geofence collection resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. - description string
- An optional description for the geofence collection.
- pricing
Plan GeofenceCollection Pricing Plan - pricing
Plan stringData Source - This shape is deprecated since 2022-02-01: Deprecated. No longer allowed.
- Tag[]
- An array of key-value pairs to apply to this resource.
- update
Time string - The timestamp for when the geofence collection resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
- arn str
- The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all AWS .
- Format example:
arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection
- Format example:
- collection_
arn str - Synonym for
Arn. The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all AWS .- Format example:
arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection
- Format example:
- create_
time str - The timestamp for when the geofence collection resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. - description str
- An optional description for the geofence collection.
- pricing_
plan GeofenceCollection Pricing Plan - pricing_
plan_ strdata_ source - This shape is deprecated since 2022-02-01: Deprecated. No longer allowed.
- Sequence[root_Tag]
- An array of key-value pairs to apply to this resource.
- update_
time str - The timestamp for when the geofence collection resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
- arn String
- The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all AWS .
- Format example:
arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection
- Format example:
- collection
Arn String - Synonym for
Arn. The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all AWS .- Format example:
arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection
- Format example:
- create
Time String - The timestamp for when the geofence collection resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. - description String
- An optional description for the geofence collection.
- pricing
Plan "RequestBased Usage" - pricing
Plan StringData Source - This shape is deprecated since 2022-02-01: Deprecated. No longer allowed.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
- update
Time String - The timestamp for when the geofence collection resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
Supporting Types
GeofenceCollectionPricingPlan
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 30, 2026 by Pulumi
