Show / Hide Table of Contents

Class CfnGeofenceCollectionMixinProps

Properties for CfnGeofenceCollectionPropsMixin.

Inheritance
object
CfnGeofenceCollectionMixinProps
Implements
ICfnGeofenceCollectionMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-geofencecollection.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-geofencecollection.html

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

string

Remarks

Requirements:

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-geofencecollection.html#cfn-location-geofencecollection-collectionname

    Description

    An optional description for the geofence collection.

    public string? Description { get; set; }
    Property Value

    string

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-geofencecollection.html#cfn-location-geofencecollection-description

    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

    string

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-geofencecollection.html#cfn-location-geofencecollection-kmskeyid

    PricingPlan

    Properties for CfnGeofenceCollectionPropsMixin.

    [Obsolete("this property has been deprecated")]
    public string? PricingPlan { get; set; }
    Property Value

    string

    Remarks

    Stability: Deprecated

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-geofencecollection.html#cfn-location-geofencecollection-pricingplan

    PricingPlanDataSource

    (deprecated) This shape is deprecated since 2022-02-01: Deprecated.

    [Obsolete("this property has been deprecated")]
    public string? PricingPlanDataSource { get; set; }
    Property Value

    string

    Remarks

    No longer allowed.

    Stability: Deprecated

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-geofencecollection.html#cfn-location-geofencecollection-pricingplandatasource

    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:

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-geofencecollection.html#cfn-location-geofencecollection-tags

      : .

      • Cannot use "aws:" as a prefix for a key.

      Implements

      ICfnGeofenceCollectionMixinProps
      Back to top Generated by DocFX