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
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
Remarks
Tags
A set of tags (key-value pairs) that you want to attach to the collection.
ICfnTag[]? Tags { get; }
Property Value
ICfnTag[]