Class CfnCollectionMixinProps
Properties for CfnCollectionPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Rekognition.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnCollectionMixinProps : ICfnCollectionMixinProps
Syntax (vb)
Public Class CfnCollectionMixinProps Implements 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
Constructors
| CfnCollectionMixinProps() | Properties for CfnCollectionPropsMixin. |
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. |
Constructors
CfnCollectionMixinProps()
Properties for CfnCollectionPropsMixin.
public CfnCollectionMixinProps()
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"
} }
};
Properties
CollectionId
ID for the collection that you are creating.
public string? CollectionId { get; set; }
Property Value
Remarks
Tags
A set of tags (key-value pairs) that you want to attach to the collection.
public ICfnTag[]? Tags { get; set; }
Property Value
ICfnTag[]