Class CfnGeofenceCollectionProps
Properties for defining a CfnGeofenceCollection
.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.Location
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnGeofenceCollectionProps : Object, ICfnGeofenceCollectionProps
Syntax (vb)
Public Class CfnGeofenceCollectionProps
Inherits Object
Implements ICfnGeofenceCollectionProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Location;
var cfnGeofenceCollectionProps = new CfnGeofenceCollectionProps {
CollectionName = "collectionName",
// the properties below are optional
Description = "description",
KmsKeyId = "kmsKeyId",
PricingPlan = "pricingPlan",
PricingPlanDataSource = "pricingPlanDataSource",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
CfnGeofenceCollectionProps() |
Properties
CollectionName | A custom name for the geofence collection. |
Description | An optional description for the geofence collection. |
KmsKeyId | A key identifier for an AWS KMS customer managed key . Enter a key ID, key ARN, alias name, or alias ARN. |
PricingPlan | |
PricingPlanDataSource | (deprecated) This shape is deprecated since 2022-02-01: Deprecated. |
Tags | Applies one or more tags to the geofence collection. |
Constructors
CfnGeofenceCollectionProps()
public CfnGeofenceCollectionProps()
Properties
CollectionName
A custom name for the geofence collection.
public string CollectionName { get; set; }
Property Value
System.String
Remarks
Description
An optional description for the geofence collection.
public string Description { get; set; }
Property Value
System.String
Remarks
KmsKeyId
A key identifier for an AWS KMS customer managed key . Enter a key ID, key ARN, alias name, or alias ARN.
public string KmsKeyId { get; set; }
Property Value
System.String
Remarks
PricingPlan
public string PricingPlan { get; set; }
Property Value
System.String
Remarks
PricingPlanDataSource
(deprecated) This shape is deprecated since 2022-02-01: Deprecated.
public string PricingPlanDataSource { get; set; }
Property Value
System.String
Remarks
No longer allowed.
Stability: Deprecated
Tags
Applies one or more tags to the geofence collection.
public ICfnTag[] Tags { get; set; }
Property Value
ICfnTag[]
Remarks
A tag is a key-value pair helps manage, identify, search, and filter your resources by labelling them.
Format: "key" : "value"
Restrictions:
: .
- Cannot use "aws:" as a prefix for a key.