Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer aws_opsworks_java_app_layer}.
import { opsworksJavaAppLayer } from '@cdktf/aws-cdk'
new opsworksJavaAppLayer.OpsworksJavaAppLayer(scope: Construct, id: string, config: OpsworksJavaAppLayerConfig)
Name | Type | Description |
---|---|---|
scope |
constructs.Construct |
The scope in which to define this construct. |
id |
string |
The scoped construct ID. |
config |
OpsworksJavaAppLayerConfig |
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". |
putCloudwatchConfiguration |
No description. |
putEbsVolume |
No description. |
resetAppServer |
No description. |
resetAppServerVersion |
No description. |
resetAutoAssignElasticIps |
No description. |
resetAutoAssignPublicIps |
No description. |
resetAutoHealing |
No description. |
resetCloudwatchConfiguration |
No description. |
resetCustomConfigureRecipes |
No description. |
resetCustomDeployRecipes |
No description. |
resetCustomInstanceProfileArn |
No description. |
resetCustomJson |
No description. |
resetCustomSecurityGroupIds |
No description. |
resetCustomSetupRecipes |
No description. |
resetCustomShutdownRecipes |
No description. |
resetCustomUndeployRecipes |
No description. |
resetDrainElbOnShutdown |
No description. |
resetEbsVolume |
No description. |
resetElasticLoadBalancer |
No description. |
resetId |
No description. |
resetInstallUpdatesOnBoot |
No description. |
resetInstanceShutdownTimeout |
No description. |
resetJvmOptions |
No description. |
resetJvmType |
No description. |
resetJvmVersion |
No description. |
resetName |
No description. |
resetSystemPackages |
No description. |
resetTags |
No description. |
resetTagsAll |
No description. |
resetUseEbsOptimizedInstances |
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 putCloudwatchConfiguration(value: OpsworksJavaAppLayerCloudwatchConfiguration): void
public putEbsVolume(value: IResolvable | OpsworksJavaAppLayerEbsVolume[]): void
- Type: cdktf.IResolvable | OpsworksJavaAppLayerEbsVolume[]
public resetAppServer(): void
public resetAppServerVersion(): void
public resetAutoAssignElasticIps(): void
public resetAutoAssignPublicIps(): void
public resetAutoHealing(): void
public resetCloudwatchConfiguration(): void
public resetCustomConfigureRecipes(): void
public resetCustomDeployRecipes(): void
public resetCustomInstanceProfileArn(): void
public resetCustomJson(): void
public resetCustomSecurityGroupIds(): void
public resetCustomSetupRecipes(): void
public resetCustomShutdownRecipes(): void
public resetCustomUndeployRecipes(): void
public resetDrainElbOnShutdown(): void
public resetEbsVolume(): void
public resetElasticLoadBalancer(): void
public resetId(): void
public resetInstallUpdatesOnBoot(): void
public resetInstanceShutdownTimeout(): void
public resetJvmOptions(): void
public resetJvmType(): void
public resetJvmVersion(): void
public resetName(): void
public resetSystemPackages(): void
public resetTags(): void
public resetTagsAll(): void
public resetUseEbsOptimizedInstances(): void
Name | Description |
---|---|
isConstruct |
Checks if x is a construct. |
isTerraformElement |
No description. |
isTerraformResource |
No description. |
generateConfigForImport |
Generates CDKTF code for importing a OpsworksJavaAppLayer resource upon running "cdktf plan ". |
import { opsworksJavaAppLayer } from '@cdktf/aws-cdk'
opsworksJavaAppLayer.OpsworksJavaAppLayer.isConstruct(x: any)
Checks if x
is a construct.
- Type: any
Any object.
import { opsworksJavaAppLayer } from '@cdktf/aws-cdk'
opsworksJavaAppLayer.OpsworksJavaAppLayer.isTerraformElement(x: any)
- Type: any
import { opsworksJavaAppLayer } from '@cdktf/aws-cdk'
opsworksJavaAppLayer.OpsworksJavaAppLayer.isTerraformResource(x: any)
- Type: any
import { opsworksJavaAppLayer } from '@cdktf/aws-cdk'
opsworksJavaAppLayer.OpsworksJavaAppLayer.generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: TerraformProvider)
Generates CDKTF code for importing a OpsworksJavaAppLayer 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 OpsworksJavaAppLayer to import.
- Type: string
The id of the existing OpsworksJavaAppLayer that should be imported.
Refer to the {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#import import section} in the documentation of this resource for the id to use
- Type: cdktf.TerraformProvider
? Optional instance of the provider where the OpsworksJavaAppLayer 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. |
cloudwatchConfiguration |
OpsworksJavaAppLayerCloudwatchConfigurationOutputReference |
No description. |
ebsVolume |
OpsworksJavaAppLayerEbsVolumeList |
No description. |
appServerInput |
string |
No description. |
appServerVersionInput |
string |
No description. |
autoAssignElasticIpsInput |
boolean | cdktf.IResolvable |
No description. |
autoAssignPublicIpsInput |
boolean | cdktf.IResolvable |
No description. |
autoHealingInput |
boolean | cdktf.IResolvable |
No description. |
cloudwatchConfigurationInput |
OpsworksJavaAppLayerCloudwatchConfiguration |
No description. |
customConfigureRecipesInput |
string[] |
No description. |
customDeployRecipesInput |
string[] |
No description. |
customInstanceProfileArnInput |
string |
No description. |
customJsonInput |
string |
No description. |
customSecurityGroupIdsInput |
string[] |
No description. |
customSetupRecipesInput |
string[] |
No description. |
customShutdownRecipesInput |
string[] |
No description. |
customUndeployRecipesInput |
string[] |
No description. |
drainElbOnShutdownInput |
boolean | cdktf.IResolvable |
No description. |
ebsVolumeInput |
cdktf.IResolvable | OpsworksJavaAppLayerEbsVolume[] |
No description. |
elasticLoadBalancerInput |
string |
No description. |
idInput |
string |
No description. |
installUpdatesOnBootInput |
boolean | cdktf.IResolvable |
No description. |
instanceShutdownTimeoutInput |
number |
No description. |
jvmOptionsInput |
string |
No description. |
jvmTypeInput |
string |
No description. |
jvmVersionInput |
string |
No description. |
nameInput |
string |
No description. |
stackIdInput |
string |
No description. |
systemPackagesInput |
string[] |
No description. |
tagsAllInput |
{[ key: string ]: string} |
No description. |
tagsInput |
{[ key: string ]: string} |
No description. |
useEbsOptimizedInstancesInput |
boolean | cdktf.IResolvable |
No description. |
appServer |
string |
No description. |
appServerVersion |
string |
No description. |
autoAssignElasticIps |
boolean | cdktf.IResolvable |
No description. |
autoAssignPublicIps |
boolean | cdktf.IResolvable |
No description. |
autoHealing |
boolean | cdktf.IResolvable |
No description. |
customConfigureRecipes |
string[] |
No description. |
customDeployRecipes |
string[] |
No description. |
customInstanceProfileArn |
string |
No description. |
customJson |
string |
No description. |
customSecurityGroupIds |
string[] |
No description. |
customSetupRecipes |
string[] |
No description. |
customShutdownRecipes |
string[] |
No description. |
customUndeployRecipes |
string[] |
No description. |
drainElbOnShutdown |
boolean | cdktf.IResolvable |
No description. |
elasticLoadBalancer |
string |
No description. |
id |
string |
No description. |
installUpdatesOnBoot |
boolean | cdktf.IResolvable |
No description. |
instanceShutdownTimeout |
number |
No description. |
jvmOptions |
string |
No description. |
jvmType |
string |
No description. |
jvmVersion |
string |
No description. |
name |
string |
No description. |
stackId |
string |
No description. |
systemPackages |
string[] |
No description. |
tags |
{[ key: string ]: string} |
No description. |
tagsAll |
{[ key: string ]: string} |
No description. |
useEbsOptimizedInstances |
boolean | cdktf.IResolvable |
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 cloudwatchConfiguration: OpsworksJavaAppLayerCloudwatchConfigurationOutputReference;
public readonly ebsVolume: OpsworksJavaAppLayerEbsVolumeList;
public readonly appServerInput: string;
- Type: string
public readonly appServerVersionInput: string;
- Type: string
public readonly autoAssignElasticIpsInput: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly autoAssignPublicIpsInput: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly autoHealingInput: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly cloudwatchConfigurationInput: OpsworksJavaAppLayerCloudwatchConfiguration;
public readonly customConfigureRecipesInput: string[];
- Type: string[]
public readonly customDeployRecipesInput: string[];
- Type: string[]
public readonly customInstanceProfileArnInput: string;
- Type: string
public readonly customJsonInput: string;
- Type: string
public readonly customSecurityGroupIdsInput: string[];
- Type: string[]
public readonly customSetupRecipesInput: string[];
- Type: string[]
public readonly customShutdownRecipesInput: string[];
- Type: string[]
public readonly customUndeployRecipesInput: string[];
- Type: string[]
public readonly drainElbOnShutdownInput: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly ebsVolumeInput: IResolvable | OpsworksJavaAppLayerEbsVolume[];
- Type: cdktf.IResolvable | OpsworksJavaAppLayerEbsVolume[]
public readonly elasticLoadBalancerInput: string;
- Type: string
public readonly idInput: string;
- Type: string
public readonly installUpdatesOnBootInput: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly instanceShutdownTimeoutInput: number;
- Type: number
public readonly jvmOptionsInput: string;
- Type: string
public readonly jvmTypeInput: string;
- Type: string
public readonly jvmVersionInput: string;
- Type: string
public readonly nameInput: string;
- Type: string
public readonly stackIdInput: string;
- Type: string
public readonly systemPackagesInput: string[];
- Type: string[]
public readonly tagsAllInput: {[ key: string ]: string};
- Type: {[ key: string ]: string}
public readonly tagsInput: {[ key: string ]: string};
- Type: {[ key: string ]: string}
public readonly useEbsOptimizedInstancesInput: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly appServer: string;
- Type: string
public readonly appServerVersion: string;
- Type: string
public readonly autoAssignElasticIps: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly autoAssignPublicIps: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly autoHealing: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly customConfigureRecipes: string[];
- Type: string[]
public readonly customDeployRecipes: string[];
- Type: string[]
public readonly customInstanceProfileArn: string;
- Type: string
public readonly customJson: string;
- Type: string
public readonly customSecurityGroupIds: string[];
- Type: string[]
public readonly customSetupRecipes: string[];
- Type: string[]
public readonly customShutdownRecipes: string[];
- Type: string[]
public readonly customUndeployRecipes: string[];
- Type: string[]
public readonly drainElbOnShutdown: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly elasticLoadBalancer: string;
- Type: string
public readonly id: string;
- Type: string
public readonly installUpdatesOnBoot: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly instanceShutdownTimeout: number;
- Type: number
public readonly jvmOptions: string;
- Type: string
public readonly jvmType: string;
- Type: string
public readonly jvmVersion: string;
- Type: string
public readonly name: string;
- Type: string
public readonly stackId: string;
- Type: string
public readonly systemPackages: string[];
- Type: string[]
public readonly tags: {[ key: string ]: string};
- Type: {[ key: string ]: string}
public readonly tagsAll: {[ key: string ]: string};
- Type: {[ key: string ]: string}
public readonly useEbsOptimizedInstances: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
Name | Type | Description |
---|---|---|
tfResourceType |
string |
No description. |
public readonly tfResourceType: string;
- Type: string
import { opsworksJavaAppLayer } from '@cdktf/aws-cdk'
const opsworksJavaAppLayerCloudwatchConfiguration: opsworksJavaAppLayer.OpsworksJavaAppLayerCloudwatchConfiguration = { ... }
Name | Type | Description |
---|---|---|
enabled |
boolean | cdktf.IResolvable |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#enabled OpsworksJavaAppLayer#enabled}. |
logStreams |
cdktf.IResolvable | OpsworksJavaAppLayerCloudwatchConfigurationLogStreams[] |
log_streams block. |
public readonly enabled: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#enabled OpsworksJavaAppLayer#enabled}.
public readonly logStreams: IResolvable | OpsworksJavaAppLayerCloudwatchConfigurationLogStreams[];
- Type: cdktf.IResolvable | OpsworksJavaAppLayerCloudwatchConfigurationLogStreams[]
log_streams block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#log_streams OpsworksJavaAppLayer#log_streams}
import { opsworksJavaAppLayer } from '@cdktf/aws-cdk'
const opsworksJavaAppLayerCloudwatchConfigurationLogStreams: opsworksJavaAppLayer.OpsworksJavaAppLayerCloudwatchConfigurationLogStreams = { ... }
public readonly file: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#file OpsworksJavaAppLayer#file}.
public readonly logGroupName: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#log_group_name OpsworksJavaAppLayer#log_group_name}.
public readonly batchCount: number;
- Type: number
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#batch_count OpsworksJavaAppLayer#batch_count}.
public readonly batchSize: number;
- Type: number
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#batch_size OpsworksJavaAppLayer#batch_size}.
public readonly bufferDuration: number;
- Type: number
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#buffer_duration OpsworksJavaAppLayer#buffer_duration}.
public readonly datetimeFormat: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#datetime_format OpsworksJavaAppLayer#datetime_format}.
public readonly encoding: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#encoding OpsworksJavaAppLayer#encoding}.
public readonly fileFingerprintLines: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#file_fingerprint_lines OpsworksJavaAppLayer#file_fingerprint_lines}.
public readonly initialPosition: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#initial_position OpsworksJavaAppLayer#initial_position}.
public readonly multilineStartPattern: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#multiline_start_pattern OpsworksJavaAppLayer#multiline_start_pattern}.
public readonly timeZone: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#time_zone OpsworksJavaAppLayer#time_zone}.
import { opsworksJavaAppLayer } from '@cdktf/aws-cdk'
const opsworksJavaAppLayerConfig: opsworksJavaAppLayer.OpsworksJavaAppLayerConfig = { ... }
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 stackId: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#stack_id OpsworksJavaAppLayer#stack_id}.
public readonly appServer: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#app_server OpsworksJavaAppLayer#app_server}.
public readonly appServerVersion: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#app_server_version OpsworksJavaAppLayer#app_server_version}.
public readonly autoAssignElasticIps: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#auto_assign_elastic_ips OpsworksJavaAppLayer#auto_assign_elastic_ips}.
public readonly autoAssignPublicIps: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#auto_assign_public_ips OpsworksJavaAppLayer#auto_assign_public_ips}.
public readonly autoHealing: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#auto_healing OpsworksJavaAppLayer#auto_healing}.
public readonly cloudwatchConfiguration: OpsworksJavaAppLayerCloudwatchConfiguration;
cloudwatch_configuration block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#cloudwatch_configuration OpsworksJavaAppLayer#cloudwatch_configuration}
public readonly customConfigureRecipes: string[];
- Type: string[]
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#custom_configure_recipes OpsworksJavaAppLayer#custom_configure_recipes}.
public readonly customDeployRecipes: string[];
- Type: string[]
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#custom_deploy_recipes OpsworksJavaAppLayer#custom_deploy_recipes}.
public readonly customInstanceProfileArn: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#custom_instance_profile_arn OpsworksJavaAppLayer#custom_instance_profile_arn}.
public readonly customJson: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#custom_json OpsworksJavaAppLayer#custom_json}.
public readonly customSecurityGroupIds: string[];
- Type: string[]
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#custom_security_group_ids OpsworksJavaAppLayer#custom_security_group_ids}.
public readonly customSetupRecipes: string[];
- Type: string[]
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#custom_setup_recipes OpsworksJavaAppLayer#custom_setup_recipes}.
public readonly customShutdownRecipes: string[];
- Type: string[]
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#custom_shutdown_recipes OpsworksJavaAppLayer#custom_shutdown_recipes}.
public readonly customUndeployRecipes: string[];
- Type: string[]
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#custom_undeploy_recipes OpsworksJavaAppLayer#custom_undeploy_recipes}.
public readonly drainElbOnShutdown: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#drain_elb_on_shutdown OpsworksJavaAppLayer#drain_elb_on_shutdown}.
public readonly ebsVolume: IResolvable | OpsworksJavaAppLayerEbsVolume[];
- Type: cdktf.IResolvable | OpsworksJavaAppLayerEbsVolume[]
ebs_volume block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#ebs_volume OpsworksJavaAppLayer#ebs_volume}
public readonly elasticLoadBalancer: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#elastic_load_balancer OpsworksJavaAppLayer#elastic_load_balancer}.
public readonly id: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#id OpsworksJavaAppLayer#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 installUpdatesOnBoot: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#install_updates_on_boot OpsworksJavaAppLayer#install_updates_on_boot}.
public readonly instanceShutdownTimeout: number;
- Type: number
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#instance_shutdown_timeout OpsworksJavaAppLayer#instance_shutdown_timeout}.
public readonly jvmOptions: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#jvm_options OpsworksJavaAppLayer#jvm_options}.
public readonly jvmType: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#jvm_type OpsworksJavaAppLayer#jvm_type}.
public readonly jvmVersion: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#jvm_version OpsworksJavaAppLayer#jvm_version}.
public readonly name: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#name OpsworksJavaAppLayer#name}.
public readonly systemPackages: string[];
- Type: string[]
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#system_packages OpsworksJavaAppLayer#system_packages}.
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/opsworks_java_app_layer#tags OpsworksJavaAppLayer#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/opsworks_java_app_layer#tags_all OpsworksJavaAppLayer#tags_all}.
public readonly useEbsOptimizedInstances: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#use_ebs_optimized_instances OpsworksJavaAppLayer#use_ebs_optimized_instances}.
import { opsworksJavaAppLayer } from '@cdktf/aws-cdk'
const opsworksJavaAppLayerEbsVolume: opsworksJavaAppLayer.OpsworksJavaAppLayerEbsVolume = { ... }
public readonly mountPoint: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#mount_point OpsworksJavaAppLayer#mount_point}.
public readonly numberOfDisks: number;
- Type: number
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#number_of_disks OpsworksJavaAppLayer#number_of_disks}.
public readonly size: number;
- Type: number
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#size OpsworksJavaAppLayer#size}.
public readonly encrypted: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#encrypted OpsworksJavaAppLayer#encrypted}.
public readonly iops: number;
- Type: number
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#iops OpsworksJavaAppLayer#iops}.
public readonly raidLevel: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#raid_level OpsworksJavaAppLayer#raid_level}.
public readonly type: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer#type OpsworksJavaAppLayer#type}.
import { opsworksJavaAppLayer } from '@cdktf/aws-cdk'
new opsworksJavaAppLayer.OpsworksJavaAppLayerCloudwatchConfigurationLogStreamsList(terraformResource: IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
wrapsSet |
boolean |
whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
- Type: boolean
whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
Name | Description |
---|---|
allWithMapKey |
Creating an iterator for this complex list. |
computeFqn |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
get |
No description. |
public allWithMapKey(mapKeyAttributeName: string): DynamicListTerraformIterator
Creating an iterator for this complex list.
The list will be converted into a map with the mapKeyAttributeName as the key.
- Type: string
public computeFqn(): 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 get(index: number): OpsworksJavaAppLayerCloudwatchConfigurationLogStreamsOutputReference
- Type: number
the index of the item to return.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
internalValue |
cdktf.IResolvable | OpsworksJavaAppLayerCloudwatchConfigurationLogStreams[] |
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 internalValue: IResolvable | OpsworksJavaAppLayerCloudwatchConfigurationLogStreams[];
- Type: cdktf.IResolvable | OpsworksJavaAppLayerCloudwatchConfigurationLogStreams[]
import { opsworksJavaAppLayer } from '@cdktf/aws-cdk'
new opsworksJavaAppLayer.OpsworksJavaAppLayerCloudwatchConfigurationLogStreamsOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
complexObjectIndex |
number |
the index of this item in the list. |
complexObjectIsFromSet |
boolean |
whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
- Type: number
the index of this item in the list.
- Type: boolean
whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
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. |
resetBatchCount |
No description. |
resetBatchSize |
No description. |
resetBufferDuration |
No description. |
resetDatetimeFormat |
No description. |
resetEncoding |
No description. |
resetFileFingerprintLines |
No description. |
resetInitialPosition |
No description. |
resetMultilineStartPattern |
No description. |
resetTimeZone |
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 resetBatchCount(): void
public resetBatchSize(): void
public resetBufferDuration(): void
public resetDatetimeFormat(): void
public resetEncoding(): void
public resetFileFingerprintLines(): void
public resetInitialPosition(): void
public resetMultilineStartPattern(): void
public resetTimeZone(): 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. |
batchCountInput |
number |
No description. |
batchSizeInput |
number |
No description. |
bufferDurationInput |
number |
No description. |
datetimeFormatInput |
string |
No description. |
encodingInput |
string |
No description. |
fileFingerprintLinesInput |
string |
No description. |
fileInput |
string |
No description. |
initialPositionInput |
string |
No description. |
logGroupNameInput |
string |
No description. |
multilineStartPatternInput |
string |
No description. |
timeZoneInput |
string |
No description. |
batchCount |
number |
No description. |
batchSize |
number |
No description. |
bufferDuration |
number |
No description. |
datetimeFormat |
string |
No description. |
encoding |
string |
No description. |
file |
string |
No description. |
fileFingerprintLines |
string |
No description. |
initialPosition |
string |
No description. |
logGroupName |
string |
No description. |
multilineStartPattern |
string |
No description. |
timeZone |
string |
No description. |
internalValue |
cdktf.IResolvable | OpsworksJavaAppLayerCloudwatchConfigurationLogStreams |
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 batchCountInput: number;
- Type: number
public readonly batchSizeInput: number;
- Type: number
public readonly bufferDurationInput: number;
- Type: number
public readonly datetimeFormatInput: string;
- Type: string
public readonly encodingInput: string;
- Type: string
public readonly fileFingerprintLinesInput: string;
- Type: string
public readonly fileInput: string;
- Type: string
public readonly initialPositionInput: string;
- Type: string
public readonly logGroupNameInput: string;
- Type: string
public readonly multilineStartPatternInput: string;
- Type: string
public readonly timeZoneInput: string;
- Type: string
public readonly batchCount: number;
- Type: number
public readonly batchSize: number;
- Type: number
public readonly bufferDuration: number;
- Type: number
public readonly datetimeFormat: string;
- Type: string
public readonly encoding: string;
- Type: string
public readonly file: string;
- Type: string
public readonly fileFingerprintLines: string;
- Type: string
public readonly initialPosition: string;
- Type: string
public readonly logGroupName: string;
- Type: string
public readonly multilineStartPattern: string;
- Type: string
public readonly timeZone: string;
- Type: string
public readonly internalValue: IResolvable | OpsworksJavaAppLayerCloudwatchConfigurationLogStreams;
- Type: cdktf.IResolvable | OpsworksJavaAppLayerCloudwatchConfigurationLogStreams
import { opsworksJavaAppLayer } from '@cdktf/aws-cdk'
new opsworksJavaAppLayer.OpsworksJavaAppLayerCloudwatchConfigurationOutputReference(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. |
putLogStreams |
No description. |
resetEnabled |
No description. |
resetLogStreams |
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 putLogStreams(value: IResolvable | OpsworksJavaAppLayerCloudwatchConfigurationLogStreams[]): void
- Type: cdktf.IResolvable | OpsworksJavaAppLayerCloudwatchConfigurationLogStreams[]
public resetEnabled(): void
public resetLogStreams(): 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. |
logStreams |
OpsworksJavaAppLayerCloudwatchConfigurationLogStreamsList |
No description. |
enabledInput |
boolean | cdktf.IResolvable |
No description. |
logStreamsInput |
cdktf.IResolvable | OpsworksJavaAppLayerCloudwatchConfigurationLogStreams[] |
No description. |
enabled |
boolean | cdktf.IResolvable |
No description. |
internalValue |
OpsworksJavaAppLayerCloudwatchConfiguration |
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 logStreams: OpsworksJavaAppLayerCloudwatchConfigurationLogStreamsList;
public readonly enabledInput: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly logStreamsInput: IResolvable | OpsworksJavaAppLayerCloudwatchConfigurationLogStreams[];
- Type: cdktf.IResolvable | OpsworksJavaAppLayerCloudwatchConfigurationLogStreams[]
public readonly enabled: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly internalValue: OpsworksJavaAppLayerCloudwatchConfiguration;
import { opsworksJavaAppLayer } from '@cdktf/aws-cdk'
new opsworksJavaAppLayer.OpsworksJavaAppLayerEbsVolumeList(terraformResource: IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
wrapsSet |
boolean |
whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
- Type: boolean
whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
Name | Description |
---|---|
allWithMapKey |
Creating an iterator for this complex list. |
computeFqn |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
get |
No description. |
public allWithMapKey(mapKeyAttributeName: string): DynamicListTerraformIterator
Creating an iterator for this complex list.
The list will be converted into a map with the mapKeyAttributeName as the key.
- Type: string
public computeFqn(): 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 get(index: number): OpsworksJavaAppLayerEbsVolumeOutputReference
- Type: number
the index of the item to return.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
internalValue |
cdktf.IResolvable | OpsworksJavaAppLayerEbsVolume[] |
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 internalValue: IResolvable | OpsworksJavaAppLayerEbsVolume[];
- Type: cdktf.IResolvable | OpsworksJavaAppLayerEbsVolume[]
import { opsworksJavaAppLayer } from '@cdktf/aws-cdk'
new opsworksJavaAppLayer.OpsworksJavaAppLayerEbsVolumeOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
complexObjectIndex |
number |
the index of this item in the list. |
complexObjectIsFromSet |
boolean |
whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
- Type: number
the index of this item in the list.
- Type: boolean
whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
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. |
resetEncrypted |
No description. |
resetIops |
No description. |
resetRaidLevel |
No description. |
resetType |
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 resetEncrypted(): void
public resetIops(): void
public resetRaidLevel(): void
public resetType(): 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. |
encryptedInput |
boolean | cdktf.IResolvable |
No description. |
iopsInput |
number |
No description. |
mountPointInput |
string |
No description. |
numberOfDisksInput |
number |
No description. |
raidLevelInput |
string |
No description. |
sizeInput |
number |
No description. |
typeInput |
string |
No description. |
encrypted |
boolean | cdktf.IResolvable |
No description. |
iops |
number |
No description. |
mountPoint |
string |
No description. |
numberOfDisks |
number |
No description. |
raidLevel |
string |
No description. |
size |
number |
No description. |
type |
string |
No description. |
internalValue |
cdktf.IResolvable | OpsworksJavaAppLayerEbsVolume |
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 encryptedInput: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly iopsInput: number;
- Type: number
public readonly mountPointInput: string;
- Type: string
public readonly numberOfDisksInput: number;
- Type: number
public readonly raidLevelInput: string;
- Type: string
public readonly sizeInput: number;
- Type: number
public readonly typeInput: string;
- Type: string
public readonly encrypted: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly iops: number;
- Type: number
public readonly mountPoint: string;
- Type: string
public readonly numberOfDisks: number;
- Type: number
public readonly raidLevel: string;
- Type: string
public readonly size: number;
- Type: number
public readonly type: string;
- Type: string
public readonly internalValue: IResolvable | OpsworksJavaAppLayerEbsVolume;
- Type: cdktf.IResolvable | OpsworksJavaAppLayerEbsVolume