1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. glue
  5. UsageProfile

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi

aws-native.glue.UsageProfile

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi

    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.AwsNative.Glue.Inputs.UsageProfileProfileConfiguration
    UsageProfile configuration for supported service ex: (Jobs, Sessions).
    Description string
    The description of the UsageProfile.
    Name string
    The name of the UsageProfile.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    The tags to be applied to this UsageProfiles.
    Configuration UsageProfileProfileConfigurationArgs
    UsageProfile configuration for supported service ex: (Jobs, Sessions).
    Description string
    The description of the UsageProfile.
    Name string
    The name of the UsageProfile.
    Tags TagArgs
    The tags to be applied to this UsageProfiles.
    configuration UsageProfileProfileConfiguration
    UsageProfile configuration for supported service ex: (Jobs, Sessions).
    description String
    The description of the UsageProfile.
    name String
    The name of the UsageProfile.
    tags List<Tag>
    The tags to be applied to this UsageProfiles.
    configuration UsageProfileProfileConfiguration
    UsageProfile configuration for supported service ex: (Jobs, Sessions).
    description string
    The description of the UsageProfile.
    name string
    The name of the UsageProfile.
    tags Tag[]
    The tags to be applied to this UsageProfiles.
    configuration UsageProfileProfileConfigurationArgs
    UsageProfile configuration for supported service ex: (Jobs, Sessions).
    description str
    The description of the UsageProfile.
    name str
    The name of the UsageProfile.
    tags Sequence[TagArgs]
    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.
    tags 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:

    CreatedOn string
    Creation time.
    Id string
    The provider-assigned unique ID for this managed resource.
    CreatedOn string
    Creation time.
    Id string
    The provider-assigned unique ID for this managed resource.
    createdOn String
    Creation time.
    id String
    The provider-assigned unique ID for this managed resource.
    createdOn string
    Creation time.
    id string
    The provider-assigned unique ID for this managed resource.
    created_on str
    Creation time.
    id str
    The provider-assigned unique ID for this managed resource.
    createdOn String
    Creation time.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    UsageProfileConfigurationObject, UsageProfileConfigurationObjectArgs

    AllowedValues List<string>
    DefaultValue string
    MaxValue string
    MinValue string
    AllowedValues []string
    DefaultValue string
    MaxValue string
    MinValue string
    allowedValues List<String>
    defaultValue String
    maxValue String
    minValue String
    allowedValues string[]
    defaultValue string
    maxValue string
    minValue string
    allowedValues List<String>
    defaultValue String
    maxValue String
    minValue String

    UsageProfileProfileConfiguration, UsageProfileProfileConfigurationArgs

    JobConfiguration Dictionary<string, Pulumi.AwsNative.Glue.Inputs.UsageProfileConfigurationObject>
    SessionConfiguration Dictionary<string, Pulumi.AwsNative.Glue.Inputs.UsageProfileConfigurationObject>
    JobConfiguration map[string]UsageProfileConfigurationObject
    SessionConfiguration map[string]UsageProfileConfigurationObject
    jobConfiguration Map<String,UsageProfileConfigurationObject>
    sessionConfiguration Map<String,UsageProfileConfigurationObject>
    jobConfiguration {[key: string]: UsageProfileConfigurationObject}
    sessionConfiguration {[key: string]: UsageProfileConfigurationObject}
    job_configuration Mapping[str, UsageProfileConfigurationObject]
    session_configuration Mapping[str, UsageProfileConfigurationObject]
    jobConfiguration Map<Property Map>
    sessionConfiguration Map<Property Map>

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi