Show / Hide Table of Contents

Class CfnFleetMixinProps

Properties for CfnFleetPropsMixin.

Inheritance
object
CfnFleetMixinProps
Implements
ICfnFleetMixinProps
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.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

string

Remarks

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

Id

The unique ID of the fleet.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleetwise-fleet.html#cfn-iotfleetwise-fleet-id

SignalCatalogArn

The ARN of the signal catalog associated with the fleet.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleetwise-fleet.html#cfn-iotfleetwise-fleet-signalcatalogarn

Tags

Metadata that can be used to manage the fleet.

public ICfnTag[]? Tags { get; set; }
Property Value

ICfnTag[]

Remarks

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

Implements

ICfnFleetMixinProps
Back to top Generated by DocFX