Class DataGoogleStorageObjectSignedUrl

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.ITerraformAddressable, com.hashicorp.cdktf.ITerraformDependable, com.hashicorp.cdktf.ITerraformResource, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:20.250Z")
    @Stability(Stable)
    public class DataGoogleStorageObjectSignedUrl
    extends com.hashicorp.cdktf.TerraformDataSource
    Represents a {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/storage_object_signed_url google_storage_object_signed_url}.
    • Field Detail

      • TF_RESOURCE_TYPE

        @Stability(Stable)
        public static final String TF_RESOURCE_TYPE
    • Constructor Detail

      • DataGoogleStorageObjectSignedUrl

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

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

        @Stability(Stable)
        public DataGoogleStorageObjectSignedUrl​(@NotNull
                                                software.constructs.Construct scope,
                                                @NotNull
                                                String id,
                                                @NotNull
                                                DataGoogleStorageObjectSignedUrlConfig config)
        Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/storage_object_signed_url google_storage_object_signed_url} Data Source.

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        id - The scoped construct ID. This parameter is required.
        config - This parameter is required.
    • Method Detail

      • generateConfigForImport

        @Stability(Stable)
        @NotNull
        public static com.hashicorp.cdktf.ImportableResource generateConfigForImport​(@NotNull
                                                                                     software.constructs.Construct scope,
                                                                                     @NotNull
                                                                                     String importToId,
                                                                                     @NotNull
                                                                                     String importFromId,
                                                                                     @Nullable
                                                                                     com.hashicorp.cdktf.TerraformProvider provider)
        Generates CDKTF code for importing a DataGoogleStorageObjectSignedUrl resource upon running "cdktf plan ".

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        importToId - The construct id used in the generated config for the DataGoogleStorageObjectSignedUrl to import. This parameter is required.
        importFromId - The id of the existing DataGoogleStorageObjectSignedUrl that should be imported. This parameter is required.
        provider - ? Optional instance of the provider where the DataGoogleStorageObjectSignedUrl to import is found.
      • generateConfigForImport

        @Stability(Stable)
        @NotNull
        public static com.hashicorp.cdktf.ImportableResource generateConfigForImport​(@NotNull
                                                                                     software.constructs.Construct scope,
                                                                                     @NotNull
                                                                                     String importToId,
                                                                                     @NotNull
                                                                                     String importFromId)
        Generates CDKTF code for importing a DataGoogleStorageObjectSignedUrl resource upon running "cdktf plan ".

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        importToId - The construct id used in the generated config for the DataGoogleStorageObjectSignedUrl to import. This parameter is required.
        importFromId - The id of the existing DataGoogleStorageObjectSignedUrl that should be imported. This parameter is required.
      • resetContentMd5

        @Stability(Stable)
        public void resetContentMd5()
      • resetContentType

        @Stability(Stable)
        public void resetContentType()
      • resetCredentials

        @Stability(Stable)
        public void resetCredentials()
      • resetDuration

        @Stability(Stable)
        public void resetDuration()
      • resetExtensionHeaders

        @Stability(Stable)
        public void resetExtensionHeaders()
      • resetHttpMethod

        @Stability(Stable)
        public void resetHttpMethod()
      • resetId

        @Stability(Stable)
        public void resetId()
      • synthesizeAttributes

        @Stability(Stable)
        @NotNull
        protected Map<String,​Object> synthesizeAttributes()
        Overrides:
        synthesizeAttributes in class com.hashicorp.cdktf.TerraformDataSource
      • synthesizeHclAttributes

        @Stability(Stable)
        @NotNull
        protected Map<String,​Object> synthesizeHclAttributes()
        Overrides:
        synthesizeHclAttributes in class com.hashicorp.cdktf.TerraformDataSource
      • getSignedUrl

        @Stability(Stable)
        @NotNull
        public String getSignedUrl()
      • getBucketInput

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

        @Stability(Stable)
        @Nullable
        public String getContentMd5Input()
      • getContentTypeInput

        @Stability(Stable)
        @Nullable
        public String getContentTypeInput()
      • getCredentialsInput

        @Stability(Stable)
        @Nullable
        public String getCredentialsInput()
      • getDurationInput

        @Stability(Stable)
        @Nullable
        public String getDurationInput()
      • getExtensionHeadersInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getExtensionHeadersInput()
      • getHttpMethodInput

        @Stability(Stable)
        @Nullable
        public String getHttpMethodInput()
      • getIdInput

        @Stability(Stable)
        @Nullable
        public String getIdInput()
      • getPathInput

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

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

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

        @Stability(Stable)
        @NotNull
        public String getContentMd5()
      • setContentMd5

        @Stability(Stable)
        public void setContentMd5​(@NotNull
                                  String value)
      • getContentType

        @Stability(Stable)
        @NotNull
        public String getContentType()
      • setContentType

        @Stability(Stable)
        public void setContentType​(@NotNull
                                   String value)
      • getCredentials

        @Stability(Stable)
        @NotNull
        public String getCredentials()
      • setCredentials

        @Stability(Stable)
        public void setCredentials​(@NotNull
                                   String value)
      • getDuration

        @Stability(Stable)
        @NotNull
        public String getDuration()
      • setDuration

        @Stability(Stable)
        public void setDuration​(@NotNull
                                String value)
      • getExtensionHeaders

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getExtensionHeaders()
      • setExtensionHeaders

        @Stability(Stable)
        public void setExtensionHeaders​(@NotNull
                                        Map<String,​String> value)
      • getHttpMethod

        @Stability(Stable)
        @NotNull
        public String getHttpMethod()
      • setHttpMethod

        @Stability(Stable)
        public void setHttpMethod​(@NotNull
                                  String value)
      • getId

        @Stability(Stable)
        @NotNull
        public String getId()
      • setId

        @Stability(Stable)
        public void setId​(@NotNull
                          String value)
      • getPath

        @Stability(Stable)
        @NotNull
        public String getPath()
      • setPath

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