Class ContainerAttachedClusterAuthorizationOutputReference

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

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:19.141Z")
    @Stability(Stable)
    public class ContainerAttachedClusterAuthorizationOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • ContainerAttachedClusterAuthorizationOutputReference

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

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

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

      • resetAdminGroups

        @Stability(Stable)
        public void resetAdminGroups()
      • resetAdminUsers

        @Stability(Stable)
        public void resetAdminUsers()
      • getAdminGroupsInput

        @Stability(Stable)
        @Nullable
        public List<String> getAdminGroupsInput()
      • getAdminUsersInput

        @Stability(Stable)
        @Nullable
        public List<String> getAdminUsersInput()
      • getAdminGroups

        @Stability(Stable)
        @NotNull
        public List<String> getAdminGroups()
      • setAdminGroups

        @Stability(Stable)
        public void setAdminGroups​(@NotNull
                                   List<String> value)
      • getAdminUsers

        @Stability(Stable)
        @NotNull
        public List<String> getAdminUsers()
      • setAdminUsers

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