Class OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObjectOutputReference

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

      • OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObjectOutputReference

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

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

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

      • getBucketInput

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

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

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

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

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

        @Stability(Stable)
        @NotNull
        public String getGenerationNumber()
      • setGenerationNumber

        @Stability(Stable)
        public void setGenerationNumber​(@NotNull
                                        String value)
      • getObject

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

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