Class EksClusterOutpostConfigOutputReference

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

      • EksClusterOutpostConfigOutputReference

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

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

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

      • resetControlPlanePlacement

        @Stability(Stable)
        public void resetControlPlanePlacement()
      • getControlPlaneInstanceTypeInput

        @Stability(Stable)
        @Nullable
        public String getControlPlaneInstanceTypeInput()
      • getOutpostArnsInput

        @Stability(Stable)
        @Nullable
        public List<String> getOutpostArnsInput()
      • getControlPlaneInstanceType

        @Stability(Stable)
        @NotNull
        public String getControlPlaneInstanceType()
      • setControlPlaneInstanceType

        @Stability(Stable)
        public void setControlPlaneInstanceType​(@NotNull
                                                String value)
      • getOutpostArns

        @Stability(Stable)
        @NotNull
        public List<String> getOutpostArns()
      • setOutpostArns

        @Stability(Stable)
        public void setOutpostArns​(@NotNull
                                   List<String> value)