Class DevicefarmNetworkProfile
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- com.hashicorp.cdktf.TerraformElement
-
- com.hashicorp.cdktf.TerraformResource
-
- com.hashicorp.cdktf.providers.aws.devicefarm_network_profile.DevicefarmNetworkProfile
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.ITerraformAddressable,com.hashicorp.cdktf.ITerraformDependable,com.hashicorp.cdktf.ITerraformResource,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:52.555Z") @Stability(Stable) public class DevicefarmNetworkProfile extends com.hashicorp.cdktf.TerraformResource
Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/devicefarm_network_profile aws_devicefarm_network_profile}.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDevicefarmNetworkProfile.BuilderA fluent builder forDevicefarmNetworkProfile.-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Field Summary
Fields Modifier and Type Field Description static StringTF_RESOURCE_TYPE
-
Constructor Summary
Constructors Modifier Constructor Description protectedDevicefarmNetworkProfile(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDevicefarmNetworkProfile(software.amazon.jsii.JsiiObjectRef objRef)DevicefarmNetworkProfile(software.constructs.Construct scope, String id, DevicefarmNetworkProfileConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/devicefarm_network_profile aws_devicefarm_network_profile} Resource.
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.TerraformResource
getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getConnection, getCount, getDependsOn, getForEach, getLifecycle, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getProvider, getProvisioners, getStringAttribute, getStringMapAttribute, getTerraformGeneratorMetadata, getTerraformMetaArguments, getTerraformResourceType, interpolationForAttribute, isTerraformResource, setConnection, setConnection, setCount, setCount, setDependsOn, setForEach, setLifecycle, setProvider, setProvisioners, toMetadata, toTerraform
-
Methods inherited from class com.hashicorp.cdktf.TerraformElement
addOverride, getCdktfStack, getConstructNodeMetadata, getFqn, getFriendlyUniqueId, getRawOverrides, isTerraformElement, overrideLogicalId, resetOverrideLogicalId
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Field Detail
-
TF_RESOURCE_TYPE
@Stability(Stable) public static final String TF_RESOURCE_TYPE
-
-
Constructor Detail
-
DevicefarmNetworkProfile
protected DevicefarmNetworkProfile(software.amazon.jsii.JsiiObjectRef objRef)
-
DevicefarmNetworkProfile
protected DevicefarmNetworkProfile(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
DevicefarmNetworkProfile
@Stability(Stable) public DevicefarmNetworkProfile(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull DevicefarmNetworkProfileConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/devicefarm_network_profile aws_devicefarm_network_profile} Resource.- Parameters:
scope- The scope in which to define this construct. This parameter is required.id- The scoped construct ID. This parameter is required.config- This parameter is required.
-
-
Method Detail
-
resetDescription
@Stability(Stable) public void resetDescription()
-
resetDownlinkBandwidthBits
@Stability(Stable) public void resetDownlinkBandwidthBits()
-
resetDownlinkDelayMs
@Stability(Stable) public void resetDownlinkDelayMs()
-
resetDownlinkJitterMs
@Stability(Stable) public void resetDownlinkJitterMs()
-
resetDownlinkLossPercent
@Stability(Stable) public void resetDownlinkLossPercent()
-
resetId
@Stability(Stable) public void resetId()
-
resetTags
@Stability(Stable) public void resetTags()
-
resetTagsAll
@Stability(Stable) public void resetTagsAll()
-
resetType
@Stability(Stable) public void resetType()
-
resetUplinkBandwidthBits
@Stability(Stable) public void resetUplinkBandwidthBits()
-
resetUplinkDelayMs
@Stability(Stable) public void resetUplinkDelayMs()
-
resetUplinkJitterMs
@Stability(Stable) public void resetUplinkJitterMs()
-
resetUplinkLossPercent
@Stability(Stable) public void resetUplinkLossPercent()
-
synthesizeAttributes
@Stability(Stable) @NotNull protected Map<String,Object> synthesizeAttributes()
- Overrides:
synthesizeAttributesin classcom.hashicorp.cdktf.TerraformResource
-
getArn
@Stability(Stable) @NotNull public String getArn()
-
getDescriptionInput
@Stability(Stable) @Nullable public String getDescriptionInput()
-
getDownlinkBandwidthBitsInput
@Stability(Stable) @Nullable public Number getDownlinkBandwidthBitsInput()
-
getDownlinkDelayMsInput
@Stability(Stable) @Nullable public Number getDownlinkDelayMsInput()
-
getDownlinkJitterMsInput
@Stability(Stable) @Nullable public Number getDownlinkJitterMsInput()
-
getDownlinkLossPercentInput
@Stability(Stable) @Nullable public Number getDownlinkLossPercentInput()
-
getIdInput
@Stability(Stable) @Nullable public String getIdInput()
-
getNameInput
@Stability(Stable) @Nullable public String getNameInput()
-
getProjectArnInput
@Stability(Stable) @Nullable public String getProjectArnInput()
-
getTypeInput
@Stability(Stable) @Nullable public String getTypeInput()
-
getUplinkBandwidthBitsInput
@Stability(Stable) @Nullable public Number getUplinkBandwidthBitsInput()
-
getUplinkDelayMsInput
@Stability(Stable) @Nullable public Number getUplinkDelayMsInput()
-
getUplinkJitterMsInput
@Stability(Stable) @Nullable public Number getUplinkJitterMsInput()
-
getUplinkLossPercentInput
@Stability(Stable) @Nullable public Number getUplinkLossPercentInput()
-
getDescription
@Stability(Stable) @NotNull public String getDescription()
-
setDescription
@Stability(Stable) public void setDescription(@NotNull String value)
-
getDownlinkBandwidthBits
@Stability(Stable) @NotNull public Number getDownlinkBandwidthBits()
-
setDownlinkBandwidthBits
@Stability(Stable) public void setDownlinkBandwidthBits(@NotNull Number value)
-
getDownlinkDelayMs
@Stability(Stable) @NotNull public Number getDownlinkDelayMs()
-
setDownlinkDelayMs
@Stability(Stable) public void setDownlinkDelayMs(@NotNull Number value)
-
getDownlinkJitterMs
@Stability(Stable) @NotNull public Number getDownlinkJitterMs()
-
setDownlinkJitterMs
@Stability(Stable) public void setDownlinkJitterMs(@NotNull Number value)
-
getDownlinkLossPercent
@Stability(Stable) @NotNull public Number getDownlinkLossPercent()
-
setDownlinkLossPercent
@Stability(Stable) public void setDownlinkLossPercent(@NotNull Number value)
-
getId
@Stability(Stable) @NotNull public String getId()
-
setId
@Stability(Stable) public void setId(@NotNull String value)
-
getName
@Stability(Stable) @NotNull public String getName()
-
setName
@Stability(Stable) public void setName(@NotNull String value)
-
getProjectArn
@Stability(Stable) @NotNull public String getProjectArn()
-
setProjectArn
@Stability(Stable) public void setProjectArn(@NotNull String value)
-
getType
@Stability(Stable) @NotNull public String getType()
-
setType
@Stability(Stable) public void setType(@NotNull String value)
-
getUplinkBandwidthBits
@Stability(Stable) @NotNull public Number getUplinkBandwidthBits()
-
setUplinkBandwidthBits
@Stability(Stable) public void setUplinkBandwidthBits(@NotNull Number value)
-
getUplinkDelayMs
@Stability(Stable) @NotNull public Number getUplinkDelayMs()
-
setUplinkDelayMs
@Stability(Stable) public void setUplinkDelayMs(@NotNull Number value)
-
getUplinkJitterMs
@Stability(Stable) @NotNull public Number getUplinkJitterMs()
-
setUplinkJitterMs
@Stability(Stable) public void setUplinkJitterMs(@NotNull Number value)
-
getUplinkLossPercent
@Stability(Stable) @NotNull public Number getUplinkLossPercent()
-
setUplinkLossPercent
@Stability(Stable) public void setUplinkLossPercent(@NotNull Number value)
-
-