Class CfnFleetMixinProps
Properties for CfnFleetPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.IoTFleetWise.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnFleetMixinProps : ICfnFleetMixinProps
Syntax (vb)
Public Class CfnFleetMixinProps Implements ICfnFleetMixinProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleetwise-fleet.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.IoTFleetWise.Mixins;
var cfnFleetMixinProps = new CfnFleetMixinProps {
Description = "description",
Id = "id",
SignalCatalogArn = "signalCatalogArn",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
| CfnFleetMixinProps() | Properties for CfnFleetPropsMixin. |
Properties
| Description | A brief description of the fleet. |
| Id | The unique ID of the fleet. |
| SignalCatalogArn | The ARN of the signal catalog associated with the fleet. |
| Tags | Metadata that can be used to manage the fleet. |
Constructors
CfnFleetMixinProps()
Properties for CfnFleetPropsMixin.
public CfnFleetMixinProps()
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleetwise-fleet.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.IoTFleetWise.Mixins;
var cfnFleetMixinProps = new CfnFleetMixinProps {
Description = "description",
Id = "id",
SignalCatalogArn = "signalCatalogArn",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Properties
Description
A brief description of the fleet.
public string? Description { get; set; }
Property Value
Remarks
Id
The unique ID of the fleet.
public string? Id { get; set; }
Property Value
Remarks
SignalCatalogArn
The ARN of the signal catalog associated with the fleet.
public string? SignalCatalogArn { get; set; }
Property Value
Remarks
Tags
Metadata that can be used to manage the fleet.
public ICfnTag[]? Tags { get; set; }
Property Value
ICfnTag[]