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

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.

    Using getLicenseAssetRuleSet

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getLicenseAssetRuleSet(args: GetLicenseAssetRuleSetArgs, opts?: InvokeOptions): Promise<GetLicenseAssetRuleSetResult>
    function getLicenseAssetRuleSetOutput(args: GetLicenseAssetRuleSetOutputArgs, opts?: InvokeOutputOptions): Output<GetLicenseAssetRuleSetResult>
    def get_license_asset_rule_set(license_asset_ruleset_arn: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetLicenseAssetRuleSetResult
    def get_license_asset_rule_set_output(license_asset_ruleset_arn: pulumi.Input[Optional[str]] = None,
                                   opts: Optional[InvokeOutputOptions] = None) -> Output[GetLicenseAssetRuleSetResult]
    func LookupLicenseAssetRuleSet(ctx *Context, args *LookupLicenseAssetRuleSetArgs, opts ...InvokeOption) (*LookupLicenseAssetRuleSetResult, error)
    func LookupLicenseAssetRuleSetOutput(ctx *Context, args *LookupLicenseAssetRuleSetOutputArgs, opts ...InvokeOption) LookupLicenseAssetRuleSetResultOutput

    > Note: This function is named LookupLicenseAssetRuleSet in the Go SDK.

    public static class GetLicenseAssetRuleSet 
    {
        public static Task<GetLicenseAssetRuleSetResult> InvokeAsync(GetLicenseAssetRuleSetArgs args, InvokeOptions? opts = null)
        public static Output<GetLicenseAssetRuleSetResult> Invoke(GetLicenseAssetRuleSetInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetLicenseAssetRuleSetResult> Invoke(GetLicenseAssetRuleSetInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetLicenseAssetRuleSetResult> getLicenseAssetRuleSet(GetLicenseAssetRuleSetArgs args, InvokeOptions options)
    public static Output<GetLicenseAssetRuleSetResult> getLicenseAssetRuleSet(GetLicenseAssetRuleSetArgs args, InvokeOptions options)
    public static Output<GetLicenseAssetRuleSetResult> getLicenseAssetRuleSet(GetLicenseAssetRuleSetArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: aws-native:licensemanager:getLicenseAssetRuleSet
      arguments:
        # arguments dictionary
    data "aws-native_licensemanager_get_license_asset_rule_set" "name" {
        # arguments
    }

    The following arguments are supported:

    LicenseAssetRulesetArn string
    Amazon Resource Name (ARN) of the license asset ruleset.
    LicenseAssetRulesetArn string
    Amazon Resource Name (ARN) of the license asset ruleset.
    license_asset_ruleset_arn string
    Amazon Resource Name (ARN) of the license asset ruleset.
    licenseAssetRulesetArn String
    Amazon Resource Name (ARN) of the license asset ruleset.
    licenseAssetRulesetArn string
    Amazon Resource Name (ARN) of the license asset ruleset.
    license_asset_ruleset_arn str
    Amazon Resource Name (ARN) of the license asset ruleset.
    licenseAssetRulesetArn String
    Amazon Resource Name (ARN) of the license asset ruleset.

    getLicenseAssetRuleSet Result

    The following output properties are available:

    Description string
    License asset ruleset description.
    LicenseAssetRulesetArn string
    Amazon Resource Name (ARN) of the license asset ruleset.
    Name string
    License asset ruleset name.
    Rules List<Pulumi.AwsNative.LicenseManager.Outputs.LicenseAssetRuleSetLicenseAssetRule>
    License asset rules.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    Tags to add to the license asset ruleset.
    Description string
    License asset ruleset description.
    LicenseAssetRulesetArn string
    Amazon Resource Name (ARN) of the license asset ruleset.
    Name string
    License asset ruleset name.
    Rules []LicenseAssetRuleSetLicenseAssetRule
    License asset rules.
    Tags Tag
    Tags to add to the license asset ruleset.
    description string
    License asset ruleset description.
    license_asset_ruleset_arn string
    Amazon Resource Name (ARN) of the license asset ruleset.
    name string
    License asset ruleset name.
    rules list(object)
    License asset rules.
    tags list(object)
    Tags to add to the license asset ruleset.
    description String
    License asset ruleset description.
    licenseAssetRulesetArn String
    Amazon Resource Name (ARN) of the license asset ruleset.
    name String
    License asset ruleset name.
    rules List<LicenseAssetRuleSetLicenseAssetRule>
    License asset rules.
    tags List<Tag>
    Tags to add to the license asset ruleset.
    description string
    License asset ruleset description.
    licenseAssetRulesetArn string
    Amazon Resource Name (ARN) of the license asset ruleset.
    name string
    License asset ruleset name.
    rules LicenseAssetRuleSetLicenseAssetRule[]
    License asset rules.
    tags Tag[]
    Tags to add to the license asset ruleset.
    description str
    License asset ruleset description.
    license_asset_ruleset_arn str
    Amazon Resource Name (ARN) of the license asset ruleset.
    name str
    License asset ruleset name.
    rules Sequence[LicenseAssetRuleSetLicenseAssetRule]
    License asset rules.
    tags Sequence[root_Tag]
    Tags to add to the license asset ruleset.
    description String
    License asset ruleset description.
    licenseAssetRulesetArn String
    Amazon Resource Name (ARN) of the license asset ruleset.
    name String
    License asset ruleset name.
    rules List<Property Map>
    License asset rules.
    tags List<Property Map>
    Tags to add to the license asset ruleset.

    Supporting Types

    LicenseAssetRuleSetAndRuleStatement

    LicenseAssetRuleSetInstanceRuleStatement

    LicenseAssetRuleSetLicenseAssetRule

    LicenseAssetRuleSetLicenseConfigurationRuleStatement

    LicenseAssetRuleSetLicenseRuleStatement

    LicenseAssetRuleSetMatchingRuleStatement

    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

    LicenseAssetRuleSetRuleStatement

    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 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