AWS::Glue::UsageProfileCreates an AWS Glue usage profile.
import { CfnUsageProfile } from 'aws-cdk-lib/aws-glue';Or use the module namespace:
import * as glue from 'aws-cdk-lib/aws-glue';
// glue.CfnUsageProfileConfiguration passed to the constructor as CfnUsageProfileProps.
nameRequiredstringThe name of the usage profile.
configurationOptionalIResolvable | ProfileConfigurationPropertydescriptionOptionalstringA description of the usage profile.
tagsOptionalCfnTag[]The tags to be applied to this UsageProfiles.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-glueAWS::Glue::UsageProfile