Class CfnGeofenceCollectionMixinProps
Properties for CfnGeofenceCollectionPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Location.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnGeofenceCollectionMixinProps : ICfnGeofenceCollectionMixinProps
Syntax (vb)
Public Class CfnGeofenceCollectionMixinProps Implements ICfnGeofenceCollectionMixinProps
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.Mixins.Preview.AWS.Location.Mixins;
var cfnGeofenceCollectionMixinProps = new CfnGeofenceCollectionMixinProps {
CollectionName = "collectionName",
Description = "description",
KmsKeyId = "kmsKeyId",
PricingPlan = "pricingPlan",
PricingPlanDataSource = "pricingPlanDataSource",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
| CfnGeofenceCollectionMixinProps() | Properties for CfnGeofenceCollectionPropsMixin. |
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 | Properties for CfnGeofenceCollectionPropsMixin. |
| PricingPlanDataSource | (deprecated) This shape is deprecated since 2022-02-01: Deprecated. |
| Tags | Applies one or more tags to the geofence collection. |
Constructors
CfnGeofenceCollectionMixinProps()
Properties for CfnGeofenceCollectionPropsMixin.
public CfnGeofenceCollectionMixinProps()
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.Mixins.Preview.AWS.Location.Mixins;
var cfnGeofenceCollectionMixinProps = new CfnGeofenceCollectionMixinProps {
CollectionName = "collectionName",
Description = "description",
KmsKeyId = "kmsKeyId",
PricingPlan = "pricingPlan",
PricingPlanDataSource = "pricingPlanDataSource",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Properties
CollectionName
A custom name for the geofence collection.
public string? CollectionName { get; set; }
Property Value
Remarks
Description
An optional description for the geofence collection.
public string? Description { get; set; }
Property Value
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
Remarks
PricingPlan
Properties for CfnGeofenceCollectionPropsMixin.
[Obsolete("this property has been deprecated")]
public string? PricingPlan { get; set; }
Property Value
Remarks
PricingPlanDataSource
(deprecated) This shape is deprecated since 2022-02-01: Deprecated.
[Obsolete("this property has been deprecated")]
public string? PricingPlanDataSource { get; set; }
Property Value
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.