interface CfnWALWorkspaceProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EMR.CfnWALWorkspaceProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsemr#CfnWALWorkspaceProps |
![]() | software.amazon.awscdk.services.emr.CfnWALWorkspaceProps |
![]() | aws_cdk.aws_emr.CfnWALWorkspaceProps |
![]() | aws-cdk-lib » aws_emr » CfnWALWorkspaceProps |
Properties for defining a CfnWALWorkspace
.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-walworkspace.html
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_emr as emr } from 'aws-cdk-lib';
const cfnWALWorkspaceProps: emr.CfnWALWorkspaceProps = {
tags: [{
key: 'key',
value: 'value',
}],
walWorkspaceName: 'walWorkspaceName',
};
Properties
Name | Type | Description |
---|---|---|
tags? | Cfn [] | An array of key-value pairs to apply to this resource. |
wal | string | The name of the emrwal container. |
tags?
Type:
Cfn
[]
(optional)
An array of key-value pairs to apply to this resource.
walWorkspaceName?
Type:
string
(optional)
The name of the emrwal container.