Skip to content

Files

Latest commit

 

History

History
3976 lines (2475 loc) · 190 KB

opsworksJavaAppLayer.md

File metadata and controls

3976 lines (2475 loc) · 190 KB

opsworksJavaAppLayer Submodule

Constructs

OpsworksJavaAppLayer

Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/opsworks_java_app_layer aws_opsworks_java_app_layer}.

Initializers

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.

scopeRequired
  • Type: constructs.Construct

The scope in which to define this construct.


idRequired
  • Type: string

The scoped construct ID.

Must be unique amongst siblings in the same scope


configRequired

Methods

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.

toString
public toString(): string

Returns a string representation of this construct.

addOverride
public addOverride(path: string, value: any): void
pathRequired
  • Type: string

valueRequired
  • Type: any

overrideLogicalId
public overrideLogicalId(newLogicalId: string): void

Overrides the auto-generated logical ID with a specific ID.

newLogicalIdRequired
  • Type: string

The new logical ID to use for this stack element.


resetOverrideLogicalId
public resetOverrideLogicalId(): void

Resets a previously passed logical Id to use the auto-generated logical id again.

toHclTerraform
public toHclTerraform(): any
toMetadata
public toMetadata(): any
toTerraform
public toTerraform(): any

Adds this resource to the terraform JSON output.

addMoveTarget
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.

moveTargetRequired
  • Type: string

The string move target that will correspond to this resource.


getAnyMapAttribute
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
terraformAttributeRequired
  • Type: string

getBooleanAttribute
public getBooleanAttribute(terraformAttribute: string): IResolvable
terraformAttributeRequired
  • Type: string

getBooleanMapAttribute
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
terraformAttributeRequired
  • Type: string

getListAttribute
public getListAttribute(terraformAttribute: string): string[]
terraformAttributeRequired
  • Type: string

getNumberAttribute
public getNumberAttribute(terraformAttribute: string): number
terraformAttributeRequired
  • Type: string

getNumberListAttribute
public getNumberListAttribute(terraformAttribute: string): number[]
terraformAttributeRequired
  • Type: string

getNumberMapAttribute
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
terraformAttributeRequired
  • Type: string

getStringAttribute
public getStringAttribute(terraformAttribute: string): string
terraformAttributeRequired
  • Type: string

getStringMapAttribute
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
terraformAttributeRequired
  • Type: string

hasResourceMove
public hasResourceMove(): TerraformResourceMoveByTarget | TerraformResourceMoveById
importFrom
public importFrom(id: string, provider?: TerraformProvider): void
idRequired
  • Type: string

providerOptional
  • Type: cdktf.TerraformProvider

interpolationForAttribute
public interpolationForAttribute(terraformAttribute: string): IResolvable
terraformAttributeRequired
  • Type: string

moveFromId
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.

idRequired
  • Type: string

Full id of resource being moved from, e.g. "aws_s3_bucket.example".


moveTo
public moveTo(moveTarget: string, index?: string | number): void

Moves this resource to the target resource given by moveTarget.

moveTargetRequired
  • Type: string

The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.


indexOptional
  • Type: string | number

Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.


moveToId
public moveToId(id: string): void

Moves this resource to the resource corresponding to "id".

idRequired
  • Type: string

Full id of resource to move to, e.g. "aws_s3_bucket.example".


putCloudwatchConfiguration
public putCloudwatchConfiguration(value: OpsworksJavaAppLayerCloudwatchConfiguration): void
valueRequired

putEbsVolume
public putEbsVolume(value: IResolvable | OpsworksJavaAppLayerEbsVolume[]): void
valueRequired

resetAppServer
public resetAppServer(): void
resetAppServerVersion
public resetAppServerVersion(): void
resetAutoAssignElasticIps
public resetAutoAssignElasticIps(): void
resetAutoAssignPublicIps
public resetAutoAssignPublicIps(): void
resetAutoHealing
public resetAutoHealing(): void
resetCloudwatchConfiguration
public resetCloudwatchConfiguration(): void
resetCustomConfigureRecipes
public resetCustomConfigureRecipes(): void
resetCustomDeployRecipes
public resetCustomDeployRecipes(): void
resetCustomInstanceProfileArn
public resetCustomInstanceProfileArn(): void
resetCustomJson
public resetCustomJson(): void
resetCustomSecurityGroupIds
public resetCustomSecurityGroupIds(): void
resetCustomSetupRecipes
public resetCustomSetupRecipes(): void
resetCustomShutdownRecipes
public resetCustomShutdownRecipes(): void
resetCustomUndeployRecipes
public resetCustomUndeployRecipes(): void
resetDrainElbOnShutdown
public resetDrainElbOnShutdown(): void
resetEbsVolume
public resetEbsVolume(): void
resetElasticLoadBalancer
public resetElasticLoadBalancer(): void
resetId
public resetId(): void
resetInstallUpdatesOnBoot
public resetInstallUpdatesOnBoot(): void
resetInstanceShutdownTimeout
public resetInstanceShutdownTimeout(): void
resetJvmOptions
public resetJvmOptions(): void
resetJvmType
public resetJvmType(): void
resetJvmVersion
public resetJvmVersion(): void
resetName
public resetName(): void
resetSystemPackages
public resetSystemPackages(): void
resetTags
public resetTags(): void
resetTagsAll
public resetTagsAll(): void
resetUseEbsOptimizedInstances
public resetUseEbsOptimizedInstances(): void

Static Functions

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 ".

isConstruct
import { opsworksJavaAppLayer } from '@cdktf/aws-cdk'

opsworksJavaAppLayer.OpsworksJavaAppLayer.isConstruct(x: any)

Checks if x is a construct.

xRequired
  • Type: any

Any object.


isTerraformElement
import { opsworksJavaAppLayer } from '@cdktf/aws-cdk'

opsworksJavaAppLayer.OpsworksJavaAppLayer.isTerraformElement(x: any)
xRequired
  • Type: any

isTerraformResource
import { opsworksJavaAppLayer } from '@cdktf/aws-cdk'

opsworksJavaAppLayer.OpsworksJavaAppLayer.isTerraformResource(x: any)
xRequired
  • Type: any

generateConfigForImport
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 ".

scopeRequired
  • Type: constructs.Construct

The scope in which to define this construct.


importToIdRequired
  • Type: string

The construct id used in the generated config for the OpsworksJavaAppLayer to import.


importFromIdRequired
  • 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


providerOptional
  • Type: cdktf.TerraformProvider

? Optional instance of the provider where the OpsworksJavaAppLayer to import is found.


Properties

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.

nodeRequired
public readonly node: Node;
  • Type: constructs.Node

The tree node.


cdktfStackRequired
public readonly cdktfStack: TerraformStack;
  • Type: cdktf.TerraformStack

fqnRequired
public readonly fqn: string;
  • Type: string

friendlyUniqueIdRequired
public readonly friendlyUniqueId: string;
  • Type: string

terraformMetaArgumentsRequired
public readonly terraformMetaArguments: {[ key: string ]: any};
  • Type: {[ key: string ]: any}

terraformResourceTypeRequired
public readonly terraformResourceType: string;
  • Type: string

terraformGeneratorMetadataOptional
public readonly terraformGeneratorMetadata: TerraformProviderGeneratorMetadata;
  • Type: cdktf.TerraformProviderGeneratorMetadata

connectionOptional
public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection;
  • Type: cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection

countOptional
public readonly count: number | TerraformCount;
  • Type: number | cdktf.TerraformCount

dependsOnOptional
public readonly dependsOn: string[];
  • Type: string[]

forEachOptional
public readonly forEach: ITerraformIterator;
  • Type: cdktf.ITerraformIterator

lifecycleOptional
public readonly lifecycle: TerraformResourceLifecycle;
  • Type: cdktf.TerraformResourceLifecycle

providerOptional
public readonly provider: TerraformProvider;
  • Type: cdktf.TerraformProvider

provisionersOptional
public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[];
  • Type: cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[]

arnRequired
public readonly arn: string;
  • Type: string

cloudwatchConfigurationRequired
public readonly cloudwatchConfiguration: OpsworksJavaAppLayerCloudwatchConfigurationOutputReference;

ebsVolumeRequired
public readonly ebsVolume: OpsworksJavaAppLayerEbsVolumeList;

appServerInputOptional
public readonly appServerInput: string;
  • Type: string

appServerVersionInputOptional
public readonly appServerVersionInput: string;
  • Type: string

autoAssignElasticIpsInputOptional
public readonly autoAssignElasticIpsInput: boolean | IResolvable;
  • Type: boolean | cdktf.IResolvable

autoAssignPublicIpsInputOptional
public readonly autoAssignPublicIpsInput: boolean | IResolvable;
  • Type: boolean | cdktf.IResolvable

autoHealingInputOptional
public readonly autoHealingInput: boolean | IResolvable;
  • Type: boolean | cdktf.IResolvable

cloudwatchConfigurationInputOptional
public readonly cloudwatchConfigurationInput: OpsworksJavaAppLayerCloudwatchConfiguration;

customConfigureRecipesInputOptional
public readonly customConfigureRecipesInput: string[];
  • Type: string[]

customDeployRecipesInputOptional
public readonly customDeployRecipesInput: string[];
  • Type: string[]

customInstanceProfileArnInputOptional
public readonly customInstanceProfileArnInput: string;
  • Type: string

customJsonInputOptional
public readonly customJsonInput: string;
  • Type: string

customSecurityGroupIdsInputOptional
public readonly customSecurityGroupIdsInput: string[];
  • Type: string[]

customSetupRecipesInputOptional
public readonly customSetupRecipesInput: string[];
  • Type: string[]

customShutdownRecipesInputOptional
public readonly customShutdownRecipesInput: string[];
  • Type: string[]

customUndeployRecipesInputOptional
public readonly customUndeployRecipesInput: string[];
  • Type: string[]

drainElbOnShutdownInputOptional
public readonly drainElbOnShutdownInput: boolean | IResolvable;
  • Type: boolean | cdktf.IResolvable

ebsVolumeInputOptional
public readonly ebsVolumeInput: IResolvable | OpsworksJavaAppLayerEbsVolume[];

elasticLoadBalancerInputOptional
public readonly elasticLoadBalancerInput: string;
  • Type: string

idInputOptional
public readonly idInput: string;
  • Type: string

installUpdatesOnBootInputOptional
public readonly installUpdatesOnBootInput: boolean | IResolvable;
  • Type: boolean | cdktf.IResolvable

instanceShutdownTimeoutInputOptional
public readonly instanceShutdownTimeoutInput: number;
  • Type: number

jvmOptionsInputOptional
public readonly jvmOptionsInput: string;
  • Type: string

jvmTypeInputOptional
public readonly jvmTypeInput: string;
  • Type: string

jvmVersionInputOptional
public readonly jvmVersionInput: string;
  • Type: string

nameInputOptional
public readonly nameInput: string;
  • Type: string

stackIdInputOptional
public readonly stackIdInput: string;
  • Type: string

systemPackagesInputOptional
public readonly systemPackagesInput: string[];
  • Type: string[]

tagsAllInputOptional
public readonly tagsAllInput: {[ key: string ]: string};
  • Type: {[ key: string ]: string}

tagsInputOptional
public readonly tagsInput: {[ key: string ]: string};
  • Type: {[ key: string ]: string}

useEbsOptimizedInstancesInputOptional
public readonly useEbsOptimizedInstancesInput: boolean | IResolvable;
  • Type: boolean | cdktf.IResolvable

appServerRequired
public readonly appServer: string;
  • Type: string

appServerVersionRequired
public readonly appServerVersion: string;
  • Type: string

autoAssignElasticIpsRequired
public readonly autoAssignElasticIps: boolean | IResolvable;
  • Type: boolean | cdktf.IResolvable

autoAssignPublicIpsRequired
public readonly autoAssignPublicIps: boolean | IResolvable;
  • Type: boolean | cdktf.IResolvable

autoHealingRequired
public readonly autoHealing: boolean | IResolvable;
  • Type: boolean | cdktf.IResolvable

customConfigureRecipesRequired
public readonly customConfigureRecipes: string[];
  • Type: string[]

customDeployRecipesRequired
public readonly customDeployRecipes: string[];
  • Type: string[]

customInstanceProfileArnRequired
public readonly customInstanceProfileArn: string;
  • Type: string

customJsonRequired
public readonly customJson: string;
  • Type: string

customSecurityGroupIdsRequired
public readonly customSecurityGroupIds: string[];
  • Type: string[]

customSetupRecipesRequired
public readonly customSetupRecipes: string[];
  • Type: string[]

customShutdownRecipesRequired
public readonly customShutdownRecipes: string[];
  • Type: string[]

customUndeployRecipesRequired
public readonly customUndeployRecipes: string[];
  • Type: string[]

drainElbOnShutdownRequired
public readonly drainElbOnShutdown: boolean | IResolvable;
  • Type: boolean | cdktf.IResolvable

elasticLoadBalancerRequired
public readonly elasticLoadBalancer: string;
  • Type: string

idRequired
public readonly id: string;
  • Type: string

installUpdatesOnBootRequired
public readonly installUpdatesOnBoot: boolean | IResolvable;
  • Type: boolean | cdktf.IResolvable

instanceShutdownTimeoutRequired
public readonly instanceShutdownTimeout: number;
  • Type: number

jvmOptionsRequired
public readonly jvmOptions: string;
  • Type: string

jvmTypeRequired
public readonly jvmType: string;
  • Type: string

jvmVersionRequired
public readonly jvmVersion: string;
  • Type: string

nameRequired
public readonly name: string;
  • Type: string

stackIdRequired
public readonly stackId: string;
  • Type: string

systemPackagesRequired
public readonly systemPackages: string[];
  • Type: string[]

tagsRequired
public readonly tags: {[ key: string ]: string};
  • Type: {[ key: string ]: string}

tagsAllRequired
public readonly tagsAll: {[ key: string ]: string};
  • Type: {[ key: string ]: string}

useEbsOptimizedInstancesRequired
public readonly useEbsOptimizedInstances: boolean | IResolvable;
  • Type: boolean | cdktf.IResolvable

Constants

Name Type Description
tfResourceType string No description.

tfResourceTypeRequired
public readonly tfResourceType: string;
  • Type: string

Structs

OpsworksJavaAppLayerCloudwatchConfiguration

Initializer

import { opsworksJavaAppLayer } from '@cdktf/aws-cdk'

const opsworksJavaAppLayerCloudwatchConfiguration: opsworksJavaAppLayer.OpsworksJavaAppLayerCloudwatchConfiguration = { ... }

Properties

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.

enabledOptional
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}.


logStreamsOptional
public readonly logStreams: 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}


OpsworksJavaAppLayerCloudwatchConfigurationLogStreams

Initializer

import { opsworksJavaAppLayer } from '@cdktf/aws-cdk'

const opsworksJavaAppLayerCloudwatchConfigurationLogStreams: opsworksJavaAppLayer.OpsworksJavaAppLayerCloudwatchConfigurationLogStreams = { ... }

Properties

Name Type Description
file 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}.
logGroupName 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}.
batchCount 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}.
batchSize 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}.
bufferDuration 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}.
datetimeFormat 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}.
encoding 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}.
fileFingerprintLines 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}.
initialPosition 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}.
multilineStartPattern 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}.
timeZone 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}.

fileRequired
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}.


logGroupNameRequired
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}.


batchCountOptional
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}.


batchSizeOptional
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}.


bufferDurationOptional
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}.


datetimeFormatOptional
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}.


encodingOptional
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}.


fileFingerprintLinesOptional
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}.


initialPositionOptional
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}.


multilineStartPatternOptional
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}.


timeZoneOptional
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}.


OpsworksJavaAppLayerConfig

Initializer

import { opsworksJavaAppLayer } from '@cdktf/aws-cdk'

const opsworksJavaAppLayerConfig: opsworksJavaAppLayer.OpsworksJavaAppLayerConfig = { ... }

Properties

Name Type Description
connection cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection No description.
count number | cdktf.TerraformCount No description.
dependsOn cdktf.ITerraformDependable[] 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.
stackId 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}.
appServer 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}.
appServerVersion 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}.
autoAssignElasticIps 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}.
autoAssignPublicIps 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}.
autoHealing 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}.
cloudwatchConfiguration OpsworksJavaAppLayerCloudwatchConfiguration cloudwatch_configuration block.
customConfigureRecipes 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}.
customDeployRecipes 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}.
customInstanceProfileArn 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}.
customJson 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}.
customSecurityGroupIds 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}.
customSetupRecipes 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}.
customShutdownRecipes 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}.
customUndeployRecipes 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}.
drainElbOnShutdown 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}.
ebsVolume cdktf.IResolvable | OpsworksJavaAppLayerEbsVolume[] ebs_volume block.
elasticLoadBalancer 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}.
id 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}.
installUpdatesOnBoot 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}.
instanceShutdownTimeout 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}.
jvmOptions 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}.
jvmType 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}.
jvmVersion 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}.
name 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}.
systemPackages 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}.
tags {[ 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}.
tagsAll {[ 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}.
useEbsOptimizedInstances 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}.

connectionOptional
public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection;
  • Type: cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection

countOptional
public readonly count: number | TerraformCount;
  • Type: number | cdktf.TerraformCount

dependsOnOptional
public readonly dependsOn: ITerraformDependable[];
  • Type: cdktf.ITerraformDependable[]

forEachOptional
public readonly forEach: ITerraformIterator;
  • Type: cdktf.ITerraformIterator

lifecycleOptional
public readonly lifecycle: TerraformResourceLifecycle;
  • Type: cdktf.TerraformResourceLifecycle

providerOptional
public readonly provider: TerraformProvider;
  • Type: cdktf.TerraformProvider

provisionersOptional
public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[];
  • Type: cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[]

stackIdRequired
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}.


appServerOptional
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}.


appServerVersionOptional
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}.


autoAssignElasticIpsOptional
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}.


autoAssignPublicIpsOptional
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}.


autoHealingOptional
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}.


cloudwatchConfigurationOptional
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}


customConfigureRecipesOptional
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}.


customDeployRecipesOptional
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}.


customInstanceProfileArnOptional
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}.


customJsonOptional
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}.


customSecurityGroupIdsOptional
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}.


customSetupRecipesOptional
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}.


customShutdownRecipesOptional
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}.


customUndeployRecipesOptional
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}.


drainElbOnShutdownOptional
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}.


ebsVolumeOptional
public readonly ebsVolume: 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}


elasticLoadBalancerOptional
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}.


idOptional
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.


installUpdatesOnBootOptional
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}.


instanceShutdownTimeoutOptional
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}.


jvmOptionsOptional
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}.


jvmTypeOptional
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}.


jvmVersionOptional
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}.


nameOptional
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}.


systemPackagesOptional
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}.


tagsOptional
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}.


tagsAllOptional
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}.


useEbsOptimizedInstancesOptional
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}.


OpsworksJavaAppLayerEbsVolume

Initializer

import { opsworksJavaAppLayer } from '@cdktf/aws-cdk'

const opsworksJavaAppLayerEbsVolume: opsworksJavaAppLayer.OpsworksJavaAppLayerEbsVolume = { ... }

Properties

Name Type Description
mountPoint 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}.
numberOfDisks 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}.
size 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}.
encrypted 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}.
iops 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}.
raidLevel 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}.
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}.

mountPointRequired
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}.


numberOfDisksRequired
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}.


sizeRequired
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}.


encryptedOptional
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}.


iopsOptional
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}.


raidLevelOptional
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}.


typeOptional
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}.


Classes

OpsworksJavaAppLayerCloudwatchConfigurationLogStreamsList

Initializers

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).

terraformResourceRequired
  • Type: cdktf.IInterpolatingParent

The parent resource.


terraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


wrapsSetRequired
  • Type: boolean

whether the list is wrapping a set (will add tolist() to be able to access an item via an index).


Methods

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.

allWithMapKey
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.

mapKeyAttributeNameRequired
  • Type: string

computeFqn
public computeFqn(): string
resolve
public resolve(_context: IResolveContext): any

Produce the Token's value at resolution time.

_contextRequired
  • Type: cdktf.IResolveContext

toString
public toString(): string

Return a string representation of this resolvable object.

Returns a reversible string representation.

get
public get(index: number): OpsworksJavaAppLayerCloudwatchConfigurationLogStreamsOutputReference
indexRequired
  • Type: number

the index of the item to return.


Properties

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.

creationStackRequired
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.


fqnRequired
public readonly fqn: string;
  • Type: string

internalValueOptional
public readonly internalValue: IResolvable | OpsworksJavaAppLayerCloudwatchConfigurationLogStreams[];

OpsworksJavaAppLayerCloudwatchConfigurationLogStreamsOutputReference

Initializers

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).

terraformResourceRequired
  • Type: cdktf.IInterpolatingParent

The parent resource.


terraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


complexObjectIndexRequired
  • Type: number

the index of this item in the list.


complexObjectIsFromSetRequired
  • Type: boolean

whether the list is wrapping a set (will add tolist() to be able to access an item via an index).


Methods

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.

computeFqn
public computeFqn(): string
getAnyMapAttribute
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
terraformAttributeRequired
  • Type: string

getBooleanAttribute
public getBooleanAttribute(terraformAttribute: string): IResolvable
terraformAttributeRequired
  • Type: string

getBooleanMapAttribute
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
terraformAttributeRequired
  • Type: string

getListAttribute
public getListAttribute(terraformAttribute: string): string[]
terraformAttributeRequired
  • Type: string

getNumberAttribute
public getNumberAttribute(terraformAttribute: string): number
terraformAttributeRequired
  • Type: string

getNumberListAttribute
public getNumberListAttribute(terraformAttribute: string): number[]
terraformAttributeRequired
  • Type: string

getNumberMapAttribute
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
terraformAttributeRequired
  • Type: string

getStringAttribute
public getStringAttribute(terraformAttribute: string): string
terraformAttributeRequired
  • Type: string

getStringMapAttribute
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
terraformAttributeRequired
  • Type: string

interpolationForAttribute
public interpolationForAttribute(property: string): IResolvable
propertyRequired
  • Type: string

resolve
public resolve(_context: IResolveContext): any

Produce the Token's value at resolution time.

_contextRequired
  • Type: cdktf.IResolveContext

toString
public toString(): string

Return a string representation of this resolvable object.

Returns a reversible string representation.

resetBatchCount
public resetBatchCount(): void
resetBatchSize
public resetBatchSize(): void
resetBufferDuration
public resetBufferDuration(): void
resetDatetimeFormat
public resetDatetimeFormat(): void
resetEncoding
public resetEncoding(): void
resetFileFingerprintLines
public resetFileFingerprintLines(): void
resetInitialPosition
public resetInitialPosition(): void
resetMultilineStartPattern
public resetMultilineStartPattern(): void
resetTimeZone
public resetTimeZone(): void

Properties

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.

creationStackRequired
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.


fqnRequired
public readonly fqn: string;
  • Type: string

batchCountInputOptional
public readonly batchCountInput: number;
  • Type: number

batchSizeInputOptional
public readonly batchSizeInput: number;
  • Type: number

bufferDurationInputOptional
public readonly bufferDurationInput: number;
  • Type: number

datetimeFormatInputOptional
public readonly datetimeFormatInput: string;
  • Type: string

encodingInputOptional
public readonly encodingInput: string;
  • Type: string

fileFingerprintLinesInputOptional
public readonly fileFingerprintLinesInput: string;
  • Type: string

fileInputOptional
public readonly fileInput: string;
  • Type: string

initialPositionInputOptional
public readonly initialPositionInput: string;
  • Type: string

logGroupNameInputOptional
public readonly logGroupNameInput: string;
  • Type: string

multilineStartPatternInputOptional
public readonly multilineStartPatternInput: string;
  • Type: string

timeZoneInputOptional
public readonly timeZoneInput: string;
  • Type: string

batchCountRequired
public readonly batchCount: number;
  • Type: number

batchSizeRequired
public readonly batchSize: number;
  • Type: number

bufferDurationRequired
public readonly bufferDuration: number;
  • Type: number

datetimeFormatRequired
public readonly datetimeFormat: string;
  • Type: string

encodingRequired
public readonly encoding: string;
  • Type: string

fileRequired
public readonly file: string;
  • Type: string

fileFingerprintLinesRequired
public readonly fileFingerprintLines: string;
  • Type: string

initialPositionRequired
public readonly initialPosition: string;
  • Type: string

logGroupNameRequired
public readonly logGroupName: string;
  • Type: string

multilineStartPatternRequired
public readonly multilineStartPattern: string;
  • Type: string

timeZoneRequired
public readonly timeZone: string;
  • Type: string

internalValueOptional
public readonly internalValue: IResolvable | OpsworksJavaAppLayerCloudwatchConfigurationLogStreams;

OpsworksJavaAppLayerCloudwatchConfigurationOutputReference

Initializers

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.

terraformResourceRequired
  • Type: cdktf.IInterpolatingParent

The parent resource.


terraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


Methods

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.

computeFqn
public computeFqn(): string
getAnyMapAttribute
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
terraformAttributeRequired
  • Type: string

getBooleanAttribute
public getBooleanAttribute(terraformAttribute: string): IResolvable
terraformAttributeRequired
  • Type: string

getBooleanMapAttribute
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
terraformAttributeRequired
  • Type: string

getListAttribute
public getListAttribute(terraformAttribute: string): string[]
terraformAttributeRequired
  • Type: string

getNumberAttribute
public getNumberAttribute(terraformAttribute: string): number
terraformAttributeRequired
  • Type: string

getNumberListAttribute
public getNumberListAttribute(terraformAttribute: string): number[]
terraformAttributeRequired
  • Type: string

getNumberMapAttribute
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
terraformAttributeRequired
  • Type: string

getStringAttribute
public getStringAttribute(terraformAttribute: string): string
terraformAttributeRequired
  • Type: string

getStringMapAttribute
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
terraformAttributeRequired
  • Type: string

interpolationForAttribute
public interpolationForAttribute(property: string): IResolvable
propertyRequired
  • Type: string

resolve
public resolve(_context: IResolveContext): any

Produce the Token's value at resolution time.

_contextRequired
  • Type: cdktf.IResolveContext

toString
public toString(): string

Return a string representation of this resolvable object.

Returns a reversible string representation.

putLogStreams
public putLogStreams(value: IResolvable | OpsworksJavaAppLayerCloudwatchConfigurationLogStreams[]): void
valueRequired

resetEnabled
public resetEnabled(): void
resetLogStreams
public resetLogStreams(): void

Properties

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.

creationStackRequired
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.


fqnRequired
public readonly fqn: string;
  • Type: string

logStreamsRequired
public readonly logStreams: OpsworksJavaAppLayerCloudwatchConfigurationLogStreamsList;

enabledInputOptional
public readonly enabledInput: boolean | IResolvable;
  • Type: boolean | cdktf.IResolvable

logStreamsInputOptional
public readonly logStreamsInput: IResolvable | OpsworksJavaAppLayerCloudwatchConfigurationLogStreams[];

enabledRequired
public readonly enabled: boolean | IResolvable;
  • Type: boolean | cdktf.IResolvable

internalValueOptional
public readonly internalValue: OpsworksJavaAppLayerCloudwatchConfiguration;

OpsworksJavaAppLayerEbsVolumeList

Initializers

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).

terraformResourceRequired
  • Type: cdktf.IInterpolatingParent

The parent resource.


terraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


wrapsSetRequired
  • Type: boolean

whether the list is wrapping a set (will add tolist() to be able to access an item via an index).


Methods

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.

allWithMapKey
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.

mapKeyAttributeNameRequired
  • Type: string

computeFqn
public computeFqn(): string
resolve
public resolve(_context: IResolveContext): any

Produce the Token's value at resolution time.

_contextRequired
  • Type: cdktf.IResolveContext

toString
public toString(): string

Return a string representation of this resolvable object.

Returns a reversible string representation.

get
public get(index: number): OpsworksJavaAppLayerEbsVolumeOutputReference
indexRequired
  • Type: number

the index of the item to return.


Properties

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.

creationStackRequired
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.


fqnRequired
public readonly fqn: string;
  • Type: string

internalValueOptional
public readonly internalValue: IResolvable | OpsworksJavaAppLayerEbsVolume[];

OpsworksJavaAppLayerEbsVolumeOutputReference

Initializers

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).

terraformResourceRequired
  • Type: cdktf.IInterpolatingParent

The parent resource.


terraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


complexObjectIndexRequired
  • Type: number

the index of this item in the list.


complexObjectIsFromSetRequired
  • Type: boolean

whether the list is wrapping a set (will add tolist() to be able to access an item via an index).


Methods

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.

computeFqn
public computeFqn(): string
getAnyMapAttribute
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
terraformAttributeRequired
  • Type: string

getBooleanAttribute
public getBooleanAttribute(terraformAttribute: string): IResolvable
terraformAttributeRequired
  • Type: string

getBooleanMapAttribute
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
terraformAttributeRequired
  • Type: string

getListAttribute
public getListAttribute(terraformAttribute: string): string[]
terraformAttributeRequired
  • Type: string

getNumberAttribute
public getNumberAttribute(terraformAttribute: string): number
terraformAttributeRequired
  • Type: string

getNumberListAttribute
public getNumberListAttribute(terraformAttribute: string): number[]
terraformAttributeRequired
  • Type: string

getNumberMapAttribute
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
terraformAttributeRequired
  • Type: string

getStringAttribute
public getStringAttribute(terraformAttribute: string): string
terraformAttributeRequired
  • Type: string

getStringMapAttribute
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
terraformAttributeRequired
  • Type: string

interpolationForAttribute
public interpolationForAttribute(property: string): IResolvable
propertyRequired
  • Type: string

resolve
public resolve(_context: IResolveContext): any

Produce the Token's value at resolution time.

_contextRequired
  • Type: cdktf.IResolveContext

toString
public toString(): string

Return a string representation of this resolvable object.

Returns a reversible string representation.

resetEncrypted
public resetEncrypted(): void
resetIops
public resetIops(): void
resetRaidLevel
public resetRaidLevel(): void
resetType
public resetType(): void

Properties

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.

creationStackRequired
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.


fqnRequired
public readonly fqn: string;
  • Type: string

encryptedInputOptional
public readonly encryptedInput: boolean | IResolvable;
  • Type: boolean | cdktf.IResolvable

iopsInputOptional
public readonly iopsInput: number;
  • Type: number

mountPointInputOptional
public readonly mountPointInput: string;
  • Type: string

numberOfDisksInputOptional
public readonly numberOfDisksInput: number;
  • Type: number

raidLevelInputOptional
public readonly raidLevelInput: string;
  • Type: string

sizeInputOptional
public readonly sizeInput: number;
  • Type: number

typeInputOptional
public readonly typeInput: string;
  • Type: string

encryptedRequired
public readonly encrypted: boolean | IResolvable;
  • Type: boolean | cdktf.IResolvable

iopsRequired
public readonly iops: number;
  • Type: number

mountPointRequired
public readonly mountPoint: string;
  • Type: string

numberOfDisksRequired
public readonly numberOfDisks: number;
  • Type: number

raidLevelRequired
public readonly raidLevel: string;
  • Type: string

sizeRequired
public readonly size: number;
  • Type: number

typeRequired
public readonly type: string;
  • Type: string

internalValueOptional
public readonly internalValue: IResolvable | OpsworksJavaAppLayerEbsVolume;