Class BigqueryDatasetAccessOutputReference

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

      • BigqueryDatasetAccessOutputReference

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

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

        @Stability(Stable)
        public BigqueryDatasetAccessOutputReference​(@NotNull
                                                    com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                    @NotNull
                                                    String terraformAttribute,
                                                    @NotNull
                                                    Number complexObjectIndex,
                                                    @NotNull
                                                    Boolean complexObjectIsFromSet)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
        complexObjectIndex - the index of this item in the list. This parameter is required.
        complexObjectIsFromSet - whether the list is wrapping a set (will add tolist() to be able to access an item via an index). This parameter is required.
    • Method Detail

      • putDataset

        @Stability(Stable)
        public void putDataset​(@NotNull
                               BigqueryDatasetAccessDataset value)
        Parameters:
        value - This parameter is required.
      • putRoutine

        @Stability(Stable)
        public void putRoutine​(@NotNull
                               BigqueryDatasetAccessRoutine value)
        Parameters:
        value - This parameter is required.
      • putView

        @Stability(Stable)
        public void putView​(@NotNull
                            BigqueryDatasetAccessView value)
        Parameters:
        value - This parameter is required.
      • resetDataset

        @Stability(Stable)
        public void resetDataset()
      • resetDomain

        @Stability(Stable)
        public void resetDomain()
      • resetGroupByEmail

        @Stability(Stable)
        public void resetGroupByEmail()
      • resetIamMember

        @Stability(Stable)
        public void resetIamMember()
      • resetRole

        @Stability(Stable)
        public void resetRole()
      • resetRoutine

        @Stability(Stable)
        public void resetRoutine()
      • resetSpecialGroup

        @Stability(Stable)
        public void resetSpecialGroup()
      • resetUserByEmail

        @Stability(Stable)
        public void resetUserByEmail()
      • resetView

        @Stability(Stable)
        public void resetView()
      • getDomainInput

        @Stability(Stable)
        @Nullable
        public String getDomainInput()
      • getGroupByEmailInput

        @Stability(Stable)
        @Nullable
        public String getGroupByEmailInput()
      • getIamMemberInput

        @Stability(Stable)
        @Nullable
        public String getIamMemberInput()
      • getRoleInput

        @Stability(Stable)
        @Nullable
        public String getRoleInput()
      • getSpecialGroupInput

        @Stability(Stable)
        @Nullable
        public String getSpecialGroupInput()
      • getUserByEmailInput

        @Stability(Stable)
        @Nullable
        public String getUserByEmailInput()
      • getDomain

        @Stability(Stable)
        @NotNull
        public String getDomain()
      • setDomain

        @Stability(Stable)
        public void setDomain​(@NotNull
                              String value)
      • getGroupByEmail

        @Stability(Stable)
        @NotNull
        public String getGroupByEmail()
      • setGroupByEmail

        @Stability(Stable)
        public void setGroupByEmail​(@NotNull
                                    String value)
      • getIamMember

        @Stability(Stable)
        @NotNull
        public String getIamMember()
      • setIamMember

        @Stability(Stable)
        public void setIamMember​(@NotNull
                                 String value)
      • getRole

        @Stability(Stable)
        @NotNull
        public String getRole()
      • setRole

        @Stability(Stable)
        public void setRole​(@NotNull
                            String value)
      • getSpecialGroup

        @Stability(Stable)
        @NotNull
        public String getSpecialGroup()
      • setSpecialGroup

        @Stability(Stable)
        public void setSpecialGroup​(@NotNull
                                    String value)
      • getUserByEmail

        @Stability(Stable)
        @NotNull
        public String getUserByEmail()
      • setUserByEmail

        @Stability(Stable)
        public void setUserByEmail​(@NotNull
                                   String value)
      • getInternalValue

        @Stability(Stable)
        @Nullable
        public Object getInternalValue()
      • setInternalValue

        @Stability(Stable)
        public void setInternalValue​(@Nullable
                                     com.hashicorp.cdktf.IResolvable value)
      • setInternalValue

        @Stability(Stable)
        public void setInternalValue​(@Nullable
                                     BigqueryDatasetAccess value)