interface IUsageProfileRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Glue.IUsageProfileRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsglue#IUsageProfileRef |
Java | software.amazon.awscdk.services.glue.IUsageProfileRef |
Python | aws_cdk.aws_glue.IUsageProfileRef |
TypeScript | aws-cdk-lib » aws_glue » IUsageProfileRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a UsageProfile.
Properties
| Name | Type | Description |
|---|---|---|
| node | Node | The tree node. |
| usage | Usage | A reference to a UsageProfile resource. |
node
Type:
Node
The tree node.
usageProfileRef
Type:
Usage
A reference to a UsageProfile resource.

.NET
Go
Java
Python
TypeScript