Get License Asset Ruleset
| licensemanager_get_license_asset_ruleset | R Documentation |
Gets a license asset ruleset¶
Description¶
Gets a license asset ruleset.
Usage¶
licensemanager_get_license_asset_ruleset(LicenseAssetRulesetArn)
Arguments¶
LicenseAssetRulesetArn |
[required] Amazon Resource Name (ARN) of the license asset ruleset. |
Value¶
A list with the following syntax:
list(
LicenseAssetRuleset = list(
Name = "string",
Description = "string",
Rules = list(
list(
RuleStatement = list(
LicenseConfigurationRuleStatement = list(
AndRuleStatement = list(
MatchingRuleStatements = list(
list(
KeyToMatch = "string",
Constraint = "string",
ValueToMatch = list(
"string"
)
)
),
ScriptRuleStatements = list(
list(
KeyToMatch = "string",
Script = "string"
)
)
),
OrRuleStatement = list(
MatchingRuleStatements = list(
list(
KeyToMatch = "string",
Constraint = "string",
ValueToMatch = list(
"string"
)
)
),
ScriptRuleStatements = list(
list(
KeyToMatch = "string",
Script = "string"
)
)
),
MatchingRuleStatement = list(
KeyToMatch = "string",
Constraint = "string",
ValueToMatch = list(
"string"
)
)
),
LicenseRuleStatement = list(
AndRuleStatement = list(
MatchingRuleStatements = list(
list(
KeyToMatch = "string",
Constraint = "string",
ValueToMatch = list(
"string"
)
)
),
ScriptRuleStatements = list(
list(
KeyToMatch = "string",
Script = "string"
)
)
),
OrRuleStatement = list(
MatchingRuleStatements = list(
list(
KeyToMatch = "string",
Constraint = "string",
ValueToMatch = list(
"string"
)
)
),
ScriptRuleStatements = list(
list(
KeyToMatch = "string",
Script = "string"
)
)
),
MatchingRuleStatement = list(
KeyToMatch = "string",
Constraint = "string",
ValueToMatch = list(
"string"
)
)
),
InstanceRuleStatement = list(
AndRuleStatement = list(
MatchingRuleStatements = list(
list(
KeyToMatch = "string",
Constraint = "string",
ValueToMatch = list(
"string"
)
)
),
ScriptRuleStatements = list(
list(
KeyToMatch = "string",
Script = "string"
)
)
),
OrRuleStatement = list(
MatchingRuleStatements = list(
list(
KeyToMatch = "string",
Constraint = "string",
ValueToMatch = list(
"string"
)
)
),
ScriptRuleStatements = list(
list(
KeyToMatch = "string",
Script = "string"
)
)
),
MatchingRuleStatement = list(
KeyToMatch = "string",
Constraint = "string",
ValueToMatch = list(
"string"
)
),
ScriptRuleStatement = list(
KeyToMatch = "string",
Script = "string"
)
)
)
)
),
LicenseAssetRulesetArn = "string"
)
)
Request syntax¶
svc$get_license_asset_ruleset(
LicenseAssetRulesetArn = "string"
)