1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. licensemanager
  6. LicenseAssetRuleSet

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

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
aws-native logo aws-native logo

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

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi

    Resource schema for AWS::LicenseManager::LicenseAssetRuleSet.

    Create LicenseAssetRuleSet Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new LicenseAssetRuleSet(name: string, args: LicenseAssetRuleSetArgs, opts?: CustomResourceOptions);
    @overload
    def LicenseAssetRuleSet(resource_name: str,
                            args: LicenseAssetRuleSetArgs,
                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def LicenseAssetRuleSet(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            rules: Optional[Sequence[LicenseAssetRuleSetLicenseAssetRuleArgs]] = None,
                            description: Optional[str] = None,
                            name: Optional[str] = None,
                            tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewLicenseAssetRuleSet(ctx *Context, name string, args LicenseAssetRuleSetArgs, opts ...ResourceOption) (*LicenseAssetRuleSet, error)
    public LicenseAssetRuleSet(string name, LicenseAssetRuleSetArgs args, CustomResourceOptions? opts = null)
    public LicenseAssetRuleSet(String name, LicenseAssetRuleSetArgs args)
    public LicenseAssetRuleSet(String name, LicenseAssetRuleSetArgs args, CustomResourceOptions options)
    
    type: aws-native:licensemanager:LicenseAssetRuleSet
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_licensemanager_license_asset_rule_set" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args LicenseAssetRuleSetArgs
    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 LicenseAssetRuleSetArgs
    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 LicenseAssetRuleSetArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args LicenseAssetRuleSetArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args LicenseAssetRuleSetArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    LicenseAssetRuleSet 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 LicenseAssetRuleSet resource accepts the following input properties:

    Rules List<Pulumi.AwsNative.LicenseManager.Inputs.LicenseAssetRuleSetLicenseAssetRule>
    License asset rules.
    Description string
    License asset ruleset description.
    Name string
    License asset ruleset name.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    Tags to add to the license asset ruleset.
    Rules []LicenseAssetRuleSetLicenseAssetRuleArgs
    License asset rules.
    Description string
    License asset ruleset description.
    Name string
    License asset ruleset name.
    Tags TagArgs
    Tags to add to the license asset ruleset.
    rules list(object)
    License asset rules.
    description string
    License asset ruleset description.
    name string
    License asset ruleset name.
    tags list(object)
    Tags to add to the license asset ruleset.
    rules List<LicenseAssetRuleSetLicenseAssetRule>
    License asset rules.
    description String
    License asset ruleset description.
    name String
    License asset ruleset name.
    tags List<Tag>
    Tags to add to the license asset ruleset.
    rules LicenseAssetRuleSetLicenseAssetRule[]
    License asset rules.
    description string
    License asset ruleset description.
    name string
    License asset ruleset name.
    tags Tag[]
    Tags to add to the license asset ruleset.
    rules Sequence[LicenseAssetRuleSetLicenseAssetRuleArgs]
    License asset rules.
    description str
    License asset ruleset description.
    name str
    License asset ruleset name.
    tags Sequence[TagArgs]
    Tags to add to the license asset ruleset.
    rules List<Property Map>
    License asset rules.
    description String
    License asset ruleset description.
    name String
    License asset ruleset name.
    tags List<Property Map>
    Tags to add to the license asset ruleset.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the LicenseAssetRuleSet resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    LicenseAssetRulesetArn string
    Amazon Resource Name (ARN) of the license asset ruleset.
    Id string
    The provider-assigned unique ID for this managed resource.
    LicenseAssetRulesetArn string
    Amazon Resource Name (ARN) of the license asset ruleset.
    id string
    The provider-assigned unique ID for this managed resource.
    license_asset_ruleset_arn string
    Amazon Resource Name (ARN) of the license asset ruleset.
    id String
    The provider-assigned unique ID for this managed resource.
    licenseAssetRulesetArn String
    Amazon Resource Name (ARN) of the license asset ruleset.
    id string
    The provider-assigned unique ID for this managed resource.
    licenseAssetRulesetArn string
    Amazon Resource Name (ARN) of the license asset ruleset.
    id str
    The provider-assigned unique ID for this managed resource.
    license_asset_ruleset_arn str
    Amazon Resource Name (ARN) of the license asset ruleset.
    id String
    The provider-assigned unique ID for this managed resource.
    licenseAssetRulesetArn String
    Amazon Resource Name (ARN) of the license asset ruleset.

    Supporting Types

    LicenseAssetRuleSetAndRuleStatement, LicenseAssetRuleSetAndRuleStatementArgs

    AND rule statement.

    LicenseAssetRuleSetInstanceRuleStatement, LicenseAssetRuleSetInstanceRuleStatementArgs

    Instance rule statement.

    LicenseAssetRuleSetLicenseAssetRule, LicenseAssetRuleSetLicenseAssetRuleArgs

    License asset rule.

    LicenseAssetRuleSetLicenseConfigurationRuleStatement, LicenseAssetRuleSetLicenseConfigurationRuleStatementArgs

    License configuration rule statement.

    LicenseAssetRuleSetLicenseRuleStatement, LicenseAssetRuleSetLicenseRuleStatementArgs

    License rule statement.

    LicenseAssetRuleSetMatchingRuleStatement, LicenseAssetRuleSetMatchingRuleStatementArgs

    Matching rule statement.
    Constraint string
    Constraint (e.g. Equals, Not_Equals).
    KeyToMatch string
    Key to match.
    ValueToMatch List<string>
    Values to match.
    Constraint string
    Constraint (e.g. Equals, Not_Equals).
    KeyToMatch string
    Key to match.
    ValueToMatch []string
    Values to match.
    constraint string
    Constraint (e.g. Equals, Not_Equals).
    key_to_match string
    Key to match.
    value_to_match list(string)
    Values to match.
    constraint String
    Constraint (e.g. Equals, Not_Equals).
    keyToMatch String
    Key to match.
    valueToMatch List<String>
    Values to match.
    constraint string
    Constraint (e.g. Equals, Not_Equals).
    keyToMatch string
    Key to match.
    valueToMatch string[]
    Values to match.
    constraint str
    Constraint (e.g. Equals, Not_Equals).
    key_to_match str
    Key to match.
    value_to_match Sequence[str]
    Values to match.
    constraint String
    Constraint (e.g. Equals, Not_Equals).
    keyToMatch String
    Key to match.
    valueToMatch List<String>
    Values to match.

    LicenseAssetRuleSetOrRuleStatement, LicenseAssetRuleSetOrRuleStatementArgs

    OR rule statement.

    LicenseAssetRuleSetRuleStatement, LicenseAssetRuleSetRuleStatementArgs

    Rule statement. Specify exactly one of InstanceRuleStatement, LicenseRuleStatement, or LicenseConfigurationRuleStatement.

    Tag, TagArgs

    A set of tags to apply to the resource.
    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 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

    Package Details

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

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

    Viewing docs for AWS Cloud Control v1.79.0
    published on Monday, Sep 14, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial