Class OpensearchOutboundConnectionLocalDomainInfoOutputReference

  • 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:54.251Z")
    @Stability(Stable)
    public class OpensearchOutboundConnectionLocalDomainInfoOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • OpensearchOutboundConnectionLocalDomainInfoOutputReference

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

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

        @Stability(Stable)
        public OpensearchOutboundConnectionLocalDomainInfoOutputReference​(@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

      • getDomainNameInput

        @Stability(Stable)
        @Nullable
        public String getDomainNameInput()
      • getOwnerIdInput

        @Stability(Stable)
        @Nullable
        public String getOwnerIdInput()
      • getRegionInput

        @Stability(Stable)
        @Nullable
        public String getRegionInput()
      • getDomainName

        @Stability(Stable)
        @NotNull
        public String getDomainName()
      • setDomainName

        @Stability(Stable)
        public void setDomainName​(@NotNull
                                  String value)
      • getOwnerId

        @Stability(Stable)
        @NotNull
        public String getOwnerId()
      • setOwnerId

        @Stability(Stable)
        public void setOwnerId​(@NotNull
                               String value)
      • getRegion

        @Stability(Stable)
        @NotNull
        public String getRegion()
      • setRegion

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