We recommend new projects start with resources from the AWS provider.
aws-native.glue.UsageProfile
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
This creates a Resource of UsageProfile type.
Create UsageProfile Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new UsageProfile(name: string, args?: UsageProfileArgs, opts?: CustomResourceOptions);
@overload
def UsageProfile(resource_name: str,
args: Optional[UsageProfileArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def UsageProfile(resource_name: str,
opts: Optional[ResourceOptions] = None,
configuration: Optional[UsageProfileProfileConfigurationArgs] = None,
description: Optional[str] = None,
name: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewUsageProfile(ctx *Context, name string, args *UsageProfileArgs, opts ...ResourceOption) (*UsageProfile, error)
public UsageProfile(string name, UsageProfileArgs? args = null, CustomResourceOptions? opts = null)
public UsageProfile(String name, UsageProfileArgs args)
public UsageProfile(String name, UsageProfileArgs args, CustomResourceOptions options)
type: aws-native:glue:UsageProfile
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args UsageProfileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args UsageProfileArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args UsageProfileArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args UsageProfileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args UsageProfileArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
UsageProfile Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The UsageProfile resource accepts the following input properties:
- Configuration
Pulumi.
Aws Native. Glue. Inputs. Usage Profile Profile Configuration - UsageProfile configuration for supported service ex: (Jobs, Sessions).
- Description string
- The description of the UsageProfile.
- Name string
- The name of the UsageProfile.
- List<Pulumi.
Aws Native. Inputs. Tag> - The tags to be applied to this UsageProfiles.
- Configuration
Usage
Profile Profile Configuration Args - UsageProfile configuration for supported service ex: (Jobs, Sessions).
- Description string
- The description of the UsageProfile.
- Name string
- The name of the UsageProfile.
- Tag
Args - The tags to be applied to this UsageProfiles.
- configuration
Usage
Profile Profile Configuration - UsageProfile configuration for supported service ex: (Jobs, Sessions).
- description String
- The description of the UsageProfile.
- name String
- The name of the UsageProfile.
- List<Tag>
- The tags to be applied to this UsageProfiles.
- configuration
Usage
Profile Profile Configuration - UsageProfile configuration for supported service ex: (Jobs, Sessions).
- description string
- The description of the UsageProfile.
- name string
- The name of the UsageProfile.
- Tag[]
- The tags to be applied to this UsageProfiles.
- configuration
Usage
Profile Profile Configuration Args - UsageProfile configuration for supported service ex: (Jobs, Sessions).
- description str
- The description of the UsageProfile.
- name str
- The name of the UsageProfile.
- Sequence[Tag
Args] - The tags to be applied to this UsageProfiles.
- configuration Property Map
- UsageProfile configuration for supported service ex: (Jobs, Sessions).
- description String
- The description of the UsageProfile.
- name String
- The name of the UsageProfile.
- List<Property Map>
- The tags to be applied to this UsageProfiles.
Outputs
All input properties are implicitly available as output properties. Additionally, the UsageProfile resource produces the following output properties:
- created_
on str - Creation time.
- id str
- The provider-assigned unique ID for this managed resource.
Supporting Types
Tag, TagArgs
UsageProfileConfigurationObject, UsageProfileConfigurationObjectArgs
- Allowed
Values List<string> - Default
Value string - Max
Value string - Min
Value string
- Allowed
Values []string - Default
Value string - Max
Value string - Min
Value string
- allowed
Values List<String> - default
Value String - max
Value String - min
Value String
- allowed
Values string[] - default
Value string - max
Value string - min
Value string
- allowed_
values Sequence[str] - default_
value str - max_
value str - min_
value str
- allowed
Values List<String> - default
Value String - max
Value String - min
Value String
UsageProfileProfileConfiguration, UsageProfileProfileConfigurationArgs
- Job
Configuration Dictionary<string, Pulumi.Aws Native. Glue. Inputs. Usage Profile Configuration Object> - Session
Configuration Dictionary<string, Pulumi.Aws Native. Glue. Inputs. Usage Profile Configuration Object>
- Job
Configuration map[string]UsageProfile Configuration Object - Session
Configuration map[string]UsageProfile Configuration Object
- job
Configuration Map<String,UsageProfile Configuration Object> - session
Configuration Map<String,UsageProfile Configuration Object>
- job
Configuration {[key: string]: UsageProfile Configuration Object} - session
Configuration {[key: string]: UsageProfile Configuration Object}
- job_
configuration Mapping[str, UsageProfile Configuration Object] - session_
configuration Mapping[str, UsageProfile Configuration Object]
- job
Configuration Map<Property Map> - session
Configuration Map<Property Map>
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.