@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.081Z") @Stability(value=Stable) public class CfnNetworkAnalyzerConfiguration 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.iotwireless.*;
Object traceContent;
CfnNetworkAnalyzerConfiguration cfnNetworkAnalyzerConfiguration = CfnNetworkAnalyzerConfiguration.Builder.create(this, "MyCfnNetworkAnalyzerConfiguration")
.name("name")
// the properties below are optional
.description("description")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.traceContent(traceContent)
.wirelessDevices(List.of("wirelessDevices"))
.wirelessGateways(List.of("wirelessGateways"))
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnNetworkAnalyzerConfiguration.Builder
A fluent builder for
CfnNetworkAnalyzerConfiguration. |
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 |
|---|---|
|
CfnNetworkAnalyzerConfiguration(software.constructs.Construct scope,
String id,
CfnNetworkAnalyzerConfigurationProps props)
Create a new `AWS::IoTWireless::NetworkAnalyzerConfiguration`.
|
protected |
CfnNetworkAnalyzerConfiguration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnNetworkAnalyzerConfiguration(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrArn() |
protected Map<String,Object> |
getCfnProperties() |
String |
getDescription()
`AWS::IoTWireless::NetworkAnalyzerConfiguration.Description`.
|
String |
getName()
`AWS::IoTWireless::NetworkAnalyzerConfiguration.Name`.
|
TagManager |
getTags()
`AWS::IoTWireless::NetworkAnalyzerConfiguration.Tags`.
|
Object |
getTraceContent()
`AWS::IoTWireless::NetworkAnalyzerConfiguration.TraceContent`.
|
List<String> |
getWirelessDevices()
`AWS::IoTWireless::NetworkAnalyzerConfiguration.WirelessDevices`.
|
List<String> |
getWirelessGateways()
`AWS::IoTWireless::NetworkAnalyzerConfiguration.WirelessGateways`.
|
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::IoTWireless::NetworkAnalyzerConfiguration.Description`.
|
void |
setName(String value)
`AWS::IoTWireless::NetworkAnalyzerConfiguration.Name`.
|
void |
setTraceContent(Object value)
`AWS::IoTWireless::NetworkAnalyzerConfiguration.TraceContent`.
|
void |
setWirelessDevices(List<String> value)
`AWS::IoTWireless::NetworkAnalyzerConfiguration.WirelessDevices`.
|
void |
setWirelessGateways(List<String> value)
`AWS::IoTWireless::NetworkAnalyzerConfiguration.WirelessGateways`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, 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 CfnNetworkAnalyzerConfiguration(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnNetworkAnalyzerConfiguration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnNetworkAnalyzerConfiguration(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnNetworkAnalyzerConfigurationProps 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 protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getName()
@Stability(value=Stable)
public void setName(@NotNull
String value)
@Stability(value=Stable) @NotNull public Object getTraceContent()
@Stability(value=Stable)
public void setTraceContent(@NotNull
Object value)
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public List<String> getWirelessDevices()
@Stability(value=Stable)
public void setWirelessDevices(@Nullable
List<String> value)
@Stability(value=Stable) @Nullable public List<String> getWirelessGateways()
Copyright © 2022. All rights reserved.