AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Glue::UsageProfile

CfnUsageProfile

Creates an AWS Glue usage profile.

Import

import { CfnUsageProfile } from 'aws-cdk-lib/aws-glue';

Or use the module namespace:

import * as glue from 'aws-cdk-lib/aws-glue';
// glue.CfnUsageProfile

Properties

Configuration passed to the constructor as CfnUsageProfileProps.

nameRequired
string

The name of the usage profile.

configurationOptional
IResolvable | ProfileConfigurationProperty
descriptionOptional
string

A description of the usage profile.

tagsOptional
CfnTag[]

The tags to be applied to this UsageProfiles.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter