Class DataGoogleStorageObjectSignedUrl
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- com.hashicorp.cdktf.TerraformElement
-
- com.hashicorp.cdktf.TerraformDataSource
-
- com.hashicorp.cdktf.providers.google.data_google_storage_object_signed_url.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}.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataGoogleStorageObjectSignedUrl.BuilderA fluent builder forDataGoogleStorageObjectSignedUrl.-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Field Summary
Fields Modifier and Type Field Description static StringTF_RESOURCE_TYPE
-
Constructor Summary
Constructors Modifier Constructor Description protectedDataGoogleStorageObjectSignedUrl(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDataGoogleStorageObjectSignedUrl(software.amazon.jsii.JsiiObjectRef objRef)DataGoogleStorageObjectSignedUrl(software.constructs.Construct scope, String id, 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.
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.TerraformDataSource
getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getCount, getDependsOn, getForEach, getLifecycle, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getProvider, getStringAttribute, getStringMapAttribute, getTerraformGeneratorMetadata, getTerraformMetaArguments, getTerraformResourceType, interpolationForAttribute, isTerraformDataSource, setCount, setCount, setDependsOn, setForEach, setLifecycle, setProvider, toHclTerraform, toMetadata, toTerraform
-
Methods inherited from class com.hashicorp.cdktf.TerraformElement
addOverride, getCdktfStack, getConstructNodeMetadata, getFqn, getFriendlyUniqueId, getRawOverrides, isTerraformElement, overrideLogicalId, resetOverrideLogicalId
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
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:
synthesizeAttributesin classcom.hashicorp.cdktf.TerraformDataSource
-
synthesizeHclAttributes
@Stability(Stable) @NotNull protected Map<String,Object> synthesizeHclAttributes()
- Overrides:
synthesizeHclAttributesin classcom.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)
-
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)
-
-