Class AppmeshRouteSpecGrpcRouteMatchMetadataMatchOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:50.449Z")
    @Stability(Stable)
    public class AppmeshRouteSpecGrpcRouteMatchMetadataMatchOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • AppmeshRouteSpecGrpcRouteMatchMetadataMatchOutputReference

        protected AppmeshRouteSpecGrpcRouteMatchMetadataMatchOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • AppmeshRouteSpecGrpcRouteMatchMetadataMatchOutputReference

        protected AppmeshRouteSpecGrpcRouteMatchMetadataMatchOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • AppmeshRouteSpecGrpcRouteMatchMetadataMatchOutputReference

        @Stability(Stable)
        public AppmeshRouteSpecGrpcRouteMatchMetadataMatchOutputReference​(@NotNull
                                                                          com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                          @NotNull
                                                                          String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • resetExact

        @Stability(Stable)
        public void resetExact()
      • resetPrefix

        @Stability(Stable)
        public void resetPrefix()
      • resetRange

        @Stability(Stable)
        public void resetRange()
      • resetRegex

        @Stability(Stable)
        public void resetRegex()
      • resetSuffix

        @Stability(Stable)
        public void resetSuffix()
      • getExactInput

        @Stability(Stable)
        @Nullable
        public String getExactInput()
      • getPrefixInput

        @Stability(Stable)
        @Nullable
        public String getPrefixInput()
      • getRegexInput

        @Stability(Stable)
        @Nullable
        public String getRegexInput()
      • getSuffixInput

        @Stability(Stable)
        @Nullable
        public String getSuffixInput()
      • getExact

        @Stability(Stable)
        @NotNull
        public String getExact()
      • setExact

        @Stability(Stable)
        public void setExact​(@NotNull
                             String value)
      • getPrefix

        @Stability(Stable)
        @NotNull
        public String getPrefix()
      • setPrefix

        @Stability(Stable)
        public void setPrefix​(@NotNull
                              String value)
      • getRegex

        @Stability(Stable)
        @NotNull
        public String getRegex()
      • setRegex

        @Stability(Stable)
        public void setRegex​(@NotNull
                             String value)
      • getSuffix

        @Stability(Stable)
        @NotNull
        public String getSuffix()
      • setSuffix

        @Stability(Stable)
        public void setSuffix​(@NotNull
                              String value)