Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share aws_storagegateway_smb_file_share}.
import { storagegatewaySmbFileShare } from '@cdktf/aws-cdk'
new storagegatewaySmbFileShare.StoragegatewaySmbFileShare(scope: Construct, id: string, config: StoragegatewaySmbFileShareConfig)
Name | Type | Description |
---|---|---|
scope |
constructs.Construct |
The scope in which to define this construct. |
id |
string |
The scoped construct ID. |
config |
StoragegatewaySmbFileShareConfig |
No description. |
- Type: constructs.Construct
The scope in which to define this construct.
- Type: string
The scoped construct ID.
Must be unique amongst siblings in the same scope
Name | Description |
---|---|
toString |
Returns a string representation of this construct. |
addOverride |
No description. |
overrideLogicalId |
Overrides the auto-generated logical ID with a specific ID. |
resetOverrideLogicalId |
Resets a previously passed logical Id to use the auto-generated logical id again. |
toHclTerraform |
No description. |
toMetadata |
No description. |
toTerraform |
Adds this resource to the terraform JSON output. |
addMoveTarget |
Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
hasResourceMove |
No description. |
importFrom |
No description. |
interpolationForAttribute |
No description. |
moveFromId |
Move the resource corresponding to "id" to this resource. |
moveTo |
Moves this resource to the target resource given by moveTarget. |
moveToId |
Moves this resource to the resource corresponding to "id". |
putCacheAttributes |
No description. |
putTimeouts |
No description. |
resetAccessBasedEnumeration |
No description. |
resetAdminUserList |
No description. |
resetAuditDestinationArn |
No description. |
resetAuthentication |
No description. |
resetBucketRegion |
No description. |
resetCacheAttributes |
No description. |
resetCaseSensitivity |
No description. |
resetDefaultStorageClass |
No description. |
resetFileShareName |
No description. |
resetGuessMimeTypeEnabled |
No description. |
resetId |
No description. |
resetInvalidUserList |
No description. |
resetKmsEncrypted |
No description. |
resetKmsKeyArn |
No description. |
resetNotificationPolicy |
No description. |
resetObjectAcl |
No description. |
resetOplocksEnabled |
No description. |
resetReadOnly |
No description. |
resetRequesterPays |
No description. |
resetSmbAclEnabled |
No description. |
resetTags |
No description. |
resetTagsAll |
No description. |
resetTimeouts |
No description. |
resetValidUserList |
No description. |
resetVpcEndpointDnsName |
No description. |
public toString(): string
Returns a string representation of this construct.
public addOverride(path: string, value: any): void
- Type: string
- Type: any
public overrideLogicalId(newLogicalId: string): void
Overrides the auto-generated logical ID with a specific ID.
- Type: string
The new logical ID to use for this stack element.
public resetOverrideLogicalId(): void
Resets a previously passed logical Id to use the auto-generated logical id again.
public toHclTerraform(): any
public toMetadata(): any
public toTerraform(): any
Adds this resource to the terraform JSON output.
public addMoveTarget(moveTarget: string): void
Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.
- Type: string
The string move target that will correspond to this resource.
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public hasResourceMove(): TerraformResourceMoveByTarget | TerraformResourceMoveById
public importFrom(id: string, provider?: TerraformProvider): void
- Type: string
- Type: cdktf.TerraformProvider
public interpolationForAttribute(terraformAttribute: string): IResolvable
- Type: string
public moveFromId(id: string): void
Move the resource corresponding to "id" to this resource.
Note that the resource being moved from must be marked as moved using it's instance function.
- Type: string
Full id of resource being moved from, e.g. "aws_s3_bucket.example".
public moveTo(moveTarget: string, index?: string | number): void
Moves this resource to the target resource given by moveTarget.
- Type: string
The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.
- Type: string | number
Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.
public moveToId(id: string): void
Moves this resource to the resource corresponding to "id".
- Type: string
Full id of resource to move to, e.g. "aws_s3_bucket.example".
public putCacheAttributes(value: StoragegatewaySmbFileShareCacheAttributes): void
public putTimeouts(value: StoragegatewaySmbFileShareTimeouts): void
public resetAccessBasedEnumeration(): void
public resetAdminUserList(): void
public resetAuditDestinationArn(): void
public resetAuthentication(): void
public resetBucketRegion(): void
public resetCacheAttributes(): void
public resetCaseSensitivity(): void
public resetDefaultStorageClass(): void
public resetFileShareName(): void
public resetGuessMimeTypeEnabled(): void
public resetId(): void
public resetInvalidUserList(): void
public resetKmsEncrypted(): void
public resetKmsKeyArn(): void
public resetNotificationPolicy(): void
public resetObjectAcl(): void
public resetOplocksEnabled(): void
public resetReadOnly(): void
public resetRequesterPays(): void
public resetSmbAclEnabled(): void
public resetTags(): void
public resetTagsAll(): void
public resetTimeouts(): void
public resetValidUserList(): void
public resetVpcEndpointDnsName(): void
Name | Description |
---|---|
isConstruct |
Checks if x is a construct. |
isTerraformElement |
No description. |
isTerraformResource |
No description. |
generateConfigForImport |
Generates CDKTF code for importing a StoragegatewaySmbFileShare resource upon running "cdktf plan ". |
import { storagegatewaySmbFileShare } from '@cdktf/aws-cdk'
storagegatewaySmbFileShare.StoragegatewaySmbFileShare.isConstruct(x: any)
Checks if x
is a construct.
- Type: any
Any object.
import { storagegatewaySmbFileShare } from '@cdktf/aws-cdk'
storagegatewaySmbFileShare.StoragegatewaySmbFileShare.isTerraformElement(x: any)
- Type: any
import { storagegatewaySmbFileShare } from '@cdktf/aws-cdk'
storagegatewaySmbFileShare.StoragegatewaySmbFileShare.isTerraformResource(x: any)
- Type: any
import { storagegatewaySmbFileShare } from '@cdktf/aws-cdk'
storagegatewaySmbFileShare.StoragegatewaySmbFileShare.generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: TerraformProvider)
Generates CDKTF code for importing a StoragegatewaySmbFileShare resource upon running "cdktf plan ".
- Type: constructs.Construct
The scope in which to define this construct.
- Type: string
The construct id used in the generated config for the StoragegatewaySmbFileShare to import.
- Type: string
The id of the existing StoragegatewaySmbFileShare that should be imported.
Refer to the {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share#import import section} in the documentation of this resource for the id to use
- Type: cdktf.TerraformProvider
? Optional instance of the provider where the StoragegatewaySmbFileShare to import is found.
Name | Type | Description |
---|---|---|
node |
constructs.Node |
The tree node. |
cdktfStack |
cdktf.TerraformStack |
No description. |
fqn |
string |
No description. |
friendlyUniqueId |
string |
No description. |
terraformMetaArguments |
{[ key: string ]: any} |
No description. |
terraformResourceType |
string |
No description. |
terraformGeneratorMetadata |
cdktf.TerraformProviderGeneratorMetadata |
No description. |
connection |
cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection |
No description. |
count |
number | cdktf.TerraformCount |
No description. |
dependsOn |
string[] |
No description. |
forEach |
cdktf.ITerraformIterator |
No description. |
lifecycle |
cdktf.TerraformResourceLifecycle |
No description. |
provider |
cdktf.TerraformProvider |
No description. |
provisioners |
cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[] |
No description. |
arn |
string |
No description. |
cacheAttributes |
StoragegatewaySmbFileShareCacheAttributesOutputReference |
No description. |
fileshareId |
string |
No description. |
path |
string |
No description. |
timeouts |
StoragegatewaySmbFileShareTimeoutsOutputReference |
No description. |
accessBasedEnumerationInput |
boolean | cdktf.IResolvable |
No description. |
adminUserListInput |
string[] |
No description. |
auditDestinationArnInput |
string |
No description. |
authenticationInput |
string |
No description. |
bucketRegionInput |
string |
No description. |
cacheAttributesInput |
StoragegatewaySmbFileShareCacheAttributes |
No description. |
caseSensitivityInput |
string |
No description. |
defaultStorageClassInput |
string |
No description. |
fileShareNameInput |
string |
No description. |
gatewayArnInput |
string |
No description. |
guessMimeTypeEnabledInput |
boolean | cdktf.IResolvable |
No description. |
idInput |
string |
No description. |
invalidUserListInput |
string[] |
No description. |
kmsEncryptedInput |
boolean | cdktf.IResolvable |
No description. |
kmsKeyArnInput |
string |
No description. |
locationArnInput |
string |
No description. |
notificationPolicyInput |
string |
No description. |
objectAclInput |
string |
No description. |
oplocksEnabledInput |
boolean | cdktf.IResolvable |
No description. |
readOnlyInput |
boolean | cdktf.IResolvable |
No description. |
requesterPaysInput |
boolean | cdktf.IResolvable |
No description. |
roleArnInput |
string |
No description. |
smbAclEnabledInput |
boolean | cdktf.IResolvable |
No description. |
tagsAllInput |
{[ key: string ]: string} |
No description. |
tagsInput |
{[ key: string ]: string} |
No description. |
timeoutsInput |
cdktf.IResolvable | StoragegatewaySmbFileShareTimeouts |
No description. |
validUserListInput |
string[] |
No description. |
vpcEndpointDnsNameInput |
string |
No description. |
accessBasedEnumeration |
boolean | cdktf.IResolvable |
No description. |
adminUserList |
string[] |
No description. |
auditDestinationArn |
string |
No description. |
authentication |
string |
No description. |
bucketRegion |
string |
No description. |
caseSensitivity |
string |
No description. |
defaultStorageClass |
string |
No description. |
fileShareName |
string |
No description. |
gatewayArn |
string |
No description. |
guessMimeTypeEnabled |
boolean | cdktf.IResolvable |
No description. |
id |
string |
No description. |
invalidUserList |
string[] |
No description. |
kmsEncrypted |
boolean | cdktf.IResolvable |
No description. |
kmsKeyArn |
string |
No description. |
locationArn |
string |
No description. |
notificationPolicy |
string |
No description. |
objectAcl |
string |
No description. |
oplocksEnabled |
boolean | cdktf.IResolvable |
No description. |
readOnly |
boolean | cdktf.IResolvable |
No description. |
requesterPays |
boolean | cdktf.IResolvable |
No description. |
roleArn |
string |
No description. |
smbAclEnabled |
boolean | cdktf.IResolvable |
No description. |
tags |
{[ key: string ]: string} |
No description. |
tagsAll |
{[ key: string ]: string} |
No description. |
validUserList |
string[] |
No description. |
vpcEndpointDnsName |
string |
No description. |
public readonly node: Node;
- Type: constructs.Node
The tree node.
public readonly cdktfStack: TerraformStack;
- Type: cdktf.TerraformStack
public readonly fqn: string;
- Type: string
public readonly friendlyUniqueId: string;
- Type: string
public readonly terraformMetaArguments: {[ key: string ]: any};
- Type: {[ key: string ]: any}
public readonly terraformResourceType: string;
- Type: string
public readonly terraformGeneratorMetadata: TerraformProviderGeneratorMetadata;
- Type: cdktf.TerraformProviderGeneratorMetadata
public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection;
- Type: cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection
public readonly count: number | TerraformCount;
- Type: number | cdktf.TerraformCount
public readonly dependsOn: string[];
- Type: string[]
public readonly forEach: ITerraformIterator;
- Type: cdktf.ITerraformIterator
public readonly lifecycle: TerraformResourceLifecycle;
- Type: cdktf.TerraformResourceLifecycle
public readonly provider: TerraformProvider;
- Type: cdktf.TerraformProvider
public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[];
- Type: cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[]
public readonly arn: string;
- Type: string
public readonly cacheAttributes: StoragegatewaySmbFileShareCacheAttributesOutputReference;
public readonly fileshareId: string;
- Type: string
public readonly path: string;
- Type: string
public readonly timeouts: StoragegatewaySmbFileShareTimeoutsOutputReference;
public readonly accessBasedEnumerationInput: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly adminUserListInput: string[];
- Type: string[]
public readonly auditDestinationArnInput: string;
- Type: string
public readonly authenticationInput: string;
- Type: string
public readonly bucketRegionInput: string;
- Type: string
public readonly cacheAttributesInput: StoragegatewaySmbFileShareCacheAttributes;
public readonly caseSensitivityInput: string;
- Type: string
public readonly defaultStorageClassInput: string;
- Type: string
public readonly fileShareNameInput: string;
- Type: string
public readonly gatewayArnInput: string;
- Type: string
public readonly guessMimeTypeEnabledInput: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly idInput: string;
- Type: string
public readonly invalidUserListInput: string[];
- Type: string[]
public readonly kmsEncryptedInput: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly kmsKeyArnInput: string;
- Type: string
public readonly locationArnInput: string;
- Type: string
public readonly notificationPolicyInput: string;
- Type: string
public readonly objectAclInput: string;
- Type: string
public readonly oplocksEnabledInput: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly readOnlyInput: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly requesterPaysInput: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly roleArnInput: string;
- Type: string
public readonly smbAclEnabledInput: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly tagsAllInput: {[ key: string ]: string};
- Type: {[ key: string ]: string}
public readonly tagsInput: {[ key: string ]: string};
- Type: {[ key: string ]: string}
public readonly timeoutsInput: IResolvable | StoragegatewaySmbFileShareTimeouts;
- Type: cdktf.IResolvable | StoragegatewaySmbFileShareTimeouts
public readonly validUserListInput: string[];
- Type: string[]
public readonly vpcEndpointDnsNameInput: string;
- Type: string
public readonly accessBasedEnumeration: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly adminUserList: string[];
- Type: string[]
public readonly auditDestinationArn: string;
- Type: string
public readonly authentication: string;
- Type: string
public readonly bucketRegion: string;
- Type: string
public readonly caseSensitivity: string;
- Type: string
public readonly defaultStorageClass: string;
- Type: string
public readonly fileShareName: string;
- Type: string
public readonly gatewayArn: string;
- Type: string
public readonly guessMimeTypeEnabled: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly id: string;
- Type: string
public readonly invalidUserList: string[];
- Type: string[]
public readonly kmsEncrypted: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly kmsKeyArn: string;
- Type: string
public readonly locationArn: string;
- Type: string
public readonly notificationPolicy: string;
- Type: string
public readonly objectAcl: string;
- Type: string
public readonly oplocksEnabled: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly readOnly: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly requesterPays: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly roleArn: string;
- Type: string
public readonly smbAclEnabled: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly tags: {[ key: string ]: string};
- Type: {[ key: string ]: string}
public readonly tagsAll: {[ key: string ]: string};
- Type: {[ key: string ]: string}
public readonly validUserList: string[];
- Type: string[]
public readonly vpcEndpointDnsName: string;
- Type: string
Name | Type | Description |
---|---|---|
tfResourceType |
string |
No description. |
public readonly tfResourceType: string;
- Type: string
import { storagegatewaySmbFileShare } from '@cdktf/aws-cdk'
const storagegatewaySmbFileShareCacheAttributes: storagegatewaySmbFileShare.StoragegatewaySmbFileShareCacheAttributes = { ... }
Name | Type | Description |
---|---|---|
cacheStaleTimeoutInSeconds |
number |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share#cache_stale_timeout_in_seconds StoragegatewaySmbFileShare#cache_stale_timeout_in_seconds}. |
public readonly cacheStaleTimeoutInSeconds: number;
- Type: number
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share#cache_stale_timeout_in_seconds StoragegatewaySmbFileShare#cache_stale_timeout_in_seconds}.
import { storagegatewaySmbFileShare } from '@cdktf/aws-cdk'
const storagegatewaySmbFileShareConfig: storagegatewaySmbFileShare.StoragegatewaySmbFileShareConfig = { ... }
public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection;
- Type: cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection
public readonly count: number | TerraformCount;
- Type: number | cdktf.TerraformCount
public readonly dependsOn: ITerraformDependable[];
- Type: cdktf.ITerraformDependable[]
public readonly forEach: ITerraformIterator;
- Type: cdktf.ITerraformIterator
public readonly lifecycle: TerraformResourceLifecycle;
- Type: cdktf.TerraformResourceLifecycle
public readonly provider: TerraformProvider;
- Type: cdktf.TerraformProvider
public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[];
- Type: cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[]
public readonly gatewayArn: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share#gateway_arn StoragegatewaySmbFileShare#gateway_arn}.
public readonly locationArn: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share#location_arn StoragegatewaySmbFileShare#location_arn}.
public readonly roleArn: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share#role_arn StoragegatewaySmbFileShare#role_arn}.
public readonly accessBasedEnumeration: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share#access_based_enumeration StoragegatewaySmbFileShare#access_based_enumeration}.
public readonly adminUserList: string[];
- Type: string[]
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share#admin_user_list StoragegatewaySmbFileShare#admin_user_list}.
public readonly auditDestinationArn: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share#audit_destination_arn StoragegatewaySmbFileShare#audit_destination_arn}.
public readonly authentication: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share#authentication StoragegatewaySmbFileShare#authentication}.
public readonly bucketRegion: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share#bucket_region StoragegatewaySmbFileShare#bucket_region}.
public readonly cacheAttributes: StoragegatewaySmbFileShareCacheAttributes;
cache_attributes block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share#cache_attributes StoragegatewaySmbFileShare#cache_attributes}
public readonly caseSensitivity: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share#case_sensitivity StoragegatewaySmbFileShare#case_sensitivity}.
public readonly defaultStorageClass: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share#default_storage_class StoragegatewaySmbFileShare#default_storage_class}.
public readonly fileShareName: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share#file_share_name StoragegatewaySmbFileShare#file_share_name}.
public readonly guessMimeTypeEnabled: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share#guess_mime_type_enabled StoragegatewaySmbFileShare#guess_mime_type_enabled}.
public readonly id: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share#id StoragegatewaySmbFileShare#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
public readonly invalidUserList: string[];
- Type: string[]
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share#invalid_user_list StoragegatewaySmbFileShare#invalid_user_list}.
public readonly kmsEncrypted: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share#kms_encrypted StoragegatewaySmbFileShare#kms_encrypted}.
public readonly kmsKeyArn: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share#kms_key_arn StoragegatewaySmbFileShare#kms_key_arn}.
public readonly notificationPolicy: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share#notification_policy StoragegatewaySmbFileShare#notification_policy}.
public readonly objectAcl: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share#object_acl StoragegatewaySmbFileShare#object_acl}.
public readonly oplocksEnabled: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share#oplocks_enabled StoragegatewaySmbFileShare#oplocks_enabled}.
public readonly readOnly: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share#read_only StoragegatewaySmbFileShare#read_only}.
public readonly requesterPays: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share#requester_pays StoragegatewaySmbFileShare#requester_pays}.
public readonly smbAclEnabled: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share#smb_acl_enabled StoragegatewaySmbFileShare#smb_acl_enabled}.
public readonly tags: {[ key: string ]: string};
- Type: {[ key: string ]: string}
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share#tags StoragegatewaySmbFileShare#tags}.
public readonly tagsAll: {[ key: string ]: string};
- Type: {[ key: string ]: string}
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share#tags_all StoragegatewaySmbFileShare#tags_all}.
public readonly timeouts: StoragegatewaySmbFileShareTimeouts;
timeouts block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share#timeouts StoragegatewaySmbFileShare#timeouts}
public readonly validUserList: string[];
- Type: string[]
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share#valid_user_list StoragegatewaySmbFileShare#valid_user_list}.
public readonly vpcEndpointDnsName: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share#vpc_endpoint_dns_name StoragegatewaySmbFileShare#vpc_endpoint_dns_name}.
import { storagegatewaySmbFileShare } from '@cdktf/aws-cdk'
const storagegatewaySmbFileShareTimeouts: storagegatewaySmbFileShare.StoragegatewaySmbFileShareTimeouts = { ... }
Name | Type | Description |
---|---|---|
create |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share#create StoragegatewaySmbFileShare#create}. |
delete |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share#delete StoragegatewaySmbFileShare#delete}. |
update |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share#update StoragegatewaySmbFileShare#update}. |
public readonly create: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share#create StoragegatewaySmbFileShare#create}.
public readonly delete: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share#delete StoragegatewaySmbFileShare#delete}.
public readonly update: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/storagegateway_smb_file_share#update StoragegatewaySmbFileShare#update}.
import { storagegatewaySmbFileShare } from '@cdktf/aws-cdk'
new storagegatewaySmbFileShare.StoragegatewaySmbFileShareCacheAttributesOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
resetCacheStaleTimeoutInSeconds |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public resetCacheStaleTimeoutInSeconds(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
cacheStaleTimeoutInSecondsInput |
number |
No description. |
cacheStaleTimeoutInSeconds |
number |
No description. |
internalValue |
StoragegatewaySmbFileShareCacheAttributes |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly cacheStaleTimeoutInSecondsInput: number;
- Type: number
public readonly cacheStaleTimeoutInSeconds: number;
- Type: number
public readonly internalValue: StoragegatewaySmbFileShareCacheAttributes;
import { storagegatewaySmbFileShare } from '@cdktf/aws-cdk'
new storagegatewaySmbFileShare.StoragegatewaySmbFileShareTimeoutsOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
resetCreate |
No description. |
resetDelete |
No description. |
resetUpdate |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public resetCreate(): void
public resetDelete(): void
public resetUpdate(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
createInput |
string |
No description. |
deleteInput |
string |
No description. |
updateInput |
string |
No description. |
create |
string |
No description. |
delete |
string |
No description. |
update |
string |
No description. |
internalValue |
cdktf.IResolvable | StoragegatewaySmbFileShareTimeouts |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly createInput: string;
- Type: string
public readonly deleteInput: string;
- Type: string
public readonly updateInput: string;
- Type: string
public readonly create: string;
- Type: string
public readonly delete: string;
- Type: string
public readonly update: string;
- Type: string
public readonly internalValue: IResolvable | StoragegatewaySmbFileShareTimeouts;
- Type: cdktf.IResolvable | StoragegatewaySmbFileShareTimeouts