@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.842Z") @Stability(value=Stable) public class CfnDevice extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnDevice.Builder
A fluent builder for
CfnDevice. |
static interface |
CfnDevice.LocationProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| 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 |
|---|---|
|
CfnDevice(software.constructs.Construct scope,
String id,
CfnDeviceProps props)
Create a new `AWS::NetworkManager::Device`.
|
protected |
CfnDevice(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnDevice(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrDeviceArn() |
String |
getAttrDeviceId() |
protected Map<String,Object> |
getCfnProperties() |
String |
getDescription()
`AWS::NetworkManager::Device.Description`.
|
String |
getGlobalNetworkId()
`AWS::NetworkManager::Device.GlobalNetworkId`.
|
Object |
getLocation()
`AWS::NetworkManager::Device.Location`.
|
String |
getModel()
`AWS::NetworkManager::Device.Model`.
|
String |
getSerialNumber()
`AWS::NetworkManager::Device.SerialNumber`.
|
String |
getSiteId()
`AWS::NetworkManager::Device.SiteId`.
|
TagManager |
getTags()
`AWS::NetworkManager::Device.Tags`.
|
String |
getType()
`AWS::NetworkManager::Device.Type`.
|
String |
getVendor()
`AWS::NetworkManager::Device.Vendor`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDescription(String value)
`AWS::NetworkManager::Device.Description`.
|
void |
setGlobalNetworkId(String value)
`AWS::NetworkManager::Device.GlobalNetworkId`.
|
void |
setLocation(CfnDevice.LocationProperty value)
`AWS::NetworkManager::Device.Location`.
|
void |
setLocation(IResolvable value)
`AWS::NetworkManager::Device.Location`.
|
void |
setModel(String value)
`AWS::NetworkManager::Device.Model`.
|
void |
setSerialNumber(String value)
`AWS::NetworkManager::Device.SerialNumber`.
|
void |
setSiteId(String value)
`AWS::NetworkManager::Device.SiteId`.
|
void |
setType(String value)
`AWS::NetworkManager::Device.Type`.
|
void |
setVendor(String value)
`AWS::NetworkManager::Device.Vendor`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnDevice(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnDevice(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnDevice(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnDeviceProps 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 getAttrDeviceArn()
@Stability(value=Stable) @NotNull public String getAttrDeviceId()
@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 getGlobalNetworkId()
@Stability(value=Stable)
public void setGlobalNetworkId(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getLocation()
@Stability(value=Stable)
public void setLocation(@Nullable
CfnDevice.LocationProperty value)
@Stability(value=Stable)
public void setLocation(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getModel()
@Stability(value=Stable)
public void setModel(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getSerialNumber()
@Stability(value=Stable)
public void setSerialNumber(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getSiteId()
@Stability(value=Stable)
public void setSiteId(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getType()
@Stability(value=Stable)
public void setType(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getVendor()
@Stability(value=Stable)
public void setVendor(@Nullable
String value)
Copyright © 2021. All rights reserved.