@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:50.918Z") @Stability(value=Stable) public class CfnVehicle extends CfnResource implements IInspectable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iotfleetwise.*;
CfnVehicle cfnVehicle = CfnVehicle.Builder.create(this, "MyCfnVehicle")
.decoderManifestArn("decoderManifestArn")
.modelManifestArn("modelManifestArn")
.name("name")
// the properties below are optional
.associationBehavior("associationBehavior")
.attributes(Map.of(
"attributesKey", "attributes"))
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnVehicle.Builder
A fluent builder for
CfnVehicle. |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$ProxyIConstruct.Jsii$Default| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnVehicle(Construct scope,
String id,
CfnVehicleProps props)
Create a new `AWS::IoTFleetWise::Vehicle`.
|
protected |
CfnVehicle(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnVehicle(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssociationBehavior()
`AWS::IoTFleetWise::Vehicle.AssociationBehavior`.
|
String |
getAttrArn() |
String |
getAttrCreationTime() |
Object |
getAttributes()
`AWS::IoTFleetWise::Vehicle.Attributes`.
|
String |
getAttrLastModificationTime() |
protected Map<String,Object> |
getCfnProperties() |
String |
getDecoderManifestArn()
`AWS::IoTFleetWise::Vehicle.DecoderManifestArn`.
|
String |
getModelManifestArn()
`AWS::IoTFleetWise::Vehicle.ModelManifestArn`.
|
String |
getName()
`AWS::IoTFleetWise::Vehicle.Name`.
|
TagManager |
getTags()
`AWS::IoTFleetWise::Vehicle.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAssociationBehavior(String value)
`AWS::IoTFleetWise::Vehicle.AssociationBehavior`.
|
void |
setAttributes(IResolvable value)
`AWS::IoTFleetWise::Vehicle.Attributes`.
|
void |
setAttributes(Map<String,String> value)
`AWS::IoTFleetWise::Vehicle.Attributes`.
|
void |
setDecoderManifestArn(String value)
`AWS::IoTFleetWise::Vehicle.DecoderManifestArn`.
|
void |
setModelManifestArn(String value)
`AWS::IoTFleetWise::Vehicle.ModelManifestArn`.
|
void |
setName(String value)
`AWS::IoTFleetWise::Vehicle.Name`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnVehicle(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnVehicle(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnVehicle(@NotNull
Construct scope,
@NotNull
String id,
@NotNull
CfnVehicleProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrArn()
@Stability(value=Stable) @NotNull public String getAttrCreationTime()
@Stability(value=Stable) @NotNull public String getAttrLastModificationTime()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getDecoderManifestArn()
@Stability(value=Stable)
public void setDecoderManifestArn(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getModelManifestArn()
@Stability(value=Stable)
public void setModelManifestArn(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getName()
@Stability(value=Stable)
public void setName(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getAssociationBehavior()
@Stability(value=Stable)
public void setAssociationBehavior(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getAttributes()
@Stability(value=Stable)
public void setAttributes(@Nullable
IResolvable value)
Copyright © 2022. All rights reserved.