Class OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgMsiSourceGcsOutputReference

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

      • OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgMsiSourceGcsOutputReference

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

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

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

      • resetGeneration

        @Stability(Stable)
        public void resetGeneration()
      • getBucketInput

        @Stability(Stable)
        @Nullable
        public String getBucketInput()
      • getGenerationInput

        @Stability(Stable)
        @Nullable
        public Number getGenerationInput()
      • getObjectInput

        @Stability(Stable)
        @Nullable
        public String getObjectInput()
      • getBucket

        @Stability(Stable)
        @NotNull
        public String getBucket()
      • setBucket

        @Stability(Stable)
        public void setBucket​(@NotNull
                              String value)
      • getGeneration

        @Stability(Stable)
        @NotNull
        public Number getGeneration()
      • setGeneration

        @Stability(Stable)
        public void setGeneration​(@NotNull
                                  Number value)
      • getObject

        @Stability(Stable)
        @NotNull
        public String getObject()
      • setObject

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