Class 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}.
    • 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:
        synthesizeAttributes in class com.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()
      • getTagsAllInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getTagsAllInput()
      • getTagsInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getTagsInput()
      • 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)
      • getTags

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getTags()
      • setTags

        @Stability(Stable)
        public void setTags​(@NotNull
                            Map<String,​String> value)
      • getTagsAll

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getTagsAll()
      • setTagsAll

        @Stability(Stable)
        public void setTagsAll​(@NotNull
                               Map<String,​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)