interface WALWorkspaceReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.EMR.WALWorkspaceReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsemr#WALWorkspaceReference |
Java | software.amazon.awscdk.interfaces.emr.WALWorkspaceReference |
Python | aws_cdk.interfaces.aws_emr.WALWorkspaceReference |
TypeScript | aws-cdk-lib » interfaces » aws_emr » WALWorkspaceReference |
A reference to a WALWorkspace resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_emr as interfaces_aws_emr } from 'aws-cdk-lib/interfaces';
const wALWorkspaceReference: interfaces_aws_emr.WALWorkspaceReference = {
walWorkspaceName: 'walWorkspaceName',
};
Properties
| Name | Type | Description |
|---|---|---|
| wal | string | The WALWorkspaceName of the WALWorkspace resource. |
walWorkspaceName
Type:
string
The WALWorkspaceName of the WALWorkspace resource.

.NET
Go
Java
Python
TypeScript