interface UsageProfileReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Glue.UsageProfileReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsglue#UsageProfileReference |
Java | software.amazon.awscdk.interfaces.glue.UsageProfileReference |
Python | aws_cdk.interfaces.aws_glue.UsageProfileReference |
TypeScript | aws-cdk-lib » interfaces » aws_glue » UsageProfileReference |
A reference to a UsageProfile resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_glue as interfaces_aws_glue } from 'aws-cdk-lib/interfaces';
const usageProfileReference: interfaces_aws_glue.UsageProfileReference = {
usageProfileName: 'usageProfileName',
};
Properties
| Name | Type | Description |
|---|---|---|
| usage | string | The Name of the UsageProfile resource. |
usageProfileName
Type:
string
The Name of the UsageProfile resource.

.NET
Go
Java
Python
TypeScript