Show / Hide Table of Contents

Interface ICfnCollectionMixinProps

Properties for CfnCollectionPropsMixin.

Namespace: Amazon.CDK.Mixins.Preview.AWS.Rekognition.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ICfnCollectionMixinProps
Syntax (vb)
Public Interface ICfnCollectionMixinProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rekognition-collection.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.Rekognition.Mixins;

             var cfnCollectionMixinProps = new CfnCollectionMixinProps {
                 CollectionId = "collectionId",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             };

Synopsis

Properties

CollectionId

ID for the collection that you are creating.

Tags

A set of tags (key-value pairs) that you want to attach to the collection.

Properties

CollectionId

ID for the collection that you are creating.

string? CollectionId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rekognition-collection.html#cfn-rekognition-collection-collectionid

Tags

A set of tags (key-value pairs) that you want to attach to the collection.

ICfnTag[]? Tags { get; }
Property Value

ICfnTag[]

Remarks

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

Back to top Generated by DocFX