AWS Fundamentals Logo
AWS Fundamentals
AWS::Glue::UsageProfile

Glue UsageProfile

This creates a Resource of UsageProfile type.

Properties

4 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
Configuration
ProfileConfiguration
Description
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreatedOnstringCreation time.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Glue::UsageProfile

Resources:
  MyResource:
    Type: AWS::Glue::UsageProfile
    Properties:
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

glue:CreateUsageProfileglue:GetUsageProfileglue:GetTagsglue:TagResource

read

glue:GetUsageProfileglue:GetTags

update

glue:UpdateUsageProfileglue:GetUsageProfileglue:TagResourceglue:UntagResourceglue:GetTags

delete

glue:DeleteUsageProfileglue:GetUsageProfile

list

glue:ListUsageProfiles

Learn AWS the Practical Way

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

Subscribe to Newsletter

Quick Facts

ServiceGlue
Properties5
Required1
TaggingSupported
Primary IDName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

Name

External Links