We recommend new projects start with resources from the AWS provider.
aws-native.licensemanager.License
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource Type definition for AWS::LicenseManager::License
Create License Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new License(name: string, args: LicenseArgs, opts?: CustomResourceOptions);@overload
def License(resource_name: str,
            args: LicenseArgs,
            opts: Optional[ResourceOptions] = None)
@overload
def License(resource_name: str,
            opts: Optional[ResourceOptions] = None,
            consumption_configuration: Optional[LicenseConsumptionConfigurationArgs] = None,
            entitlements: Optional[Sequence[LicenseEntitlementArgs]] = None,
            home_region: Optional[str] = None,
            issuer: Optional[LicenseIssuerDataArgs] = None,
            product_name: Optional[str] = None,
            validity: Optional[LicenseValidityDateFormatArgs] = None,
            beneficiary: Optional[str] = None,
            license_metadata: Optional[Sequence[LicenseMetadataArgs]] = None,
            license_name: Optional[str] = None,
            product_sku: Optional[str] = None,
            status: Optional[str] = None)func NewLicense(ctx *Context, name string, args LicenseArgs, opts ...ResourceOption) (*License, error)public License(string name, LicenseArgs args, CustomResourceOptions? opts = null)
public License(String name, LicenseArgs args)
public License(String name, LicenseArgs args, CustomResourceOptions options)
type: aws-native:licensemanager:License
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 LicenseArgs
- 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 LicenseArgs
- 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 LicenseArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args LicenseArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args LicenseArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
License 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 License resource accepts the following input properties:
- ConsumptionConfiguration Pulumi.Aws Native. License Manager. Inputs. License Consumption Configuration 
- Configuration for consumption of the license.
- Entitlements
List<Pulumi.Aws Native. License Manager. Inputs. License Entitlement> 
- License entitlements.
- HomeRegion string
- Home region for the created license.
- Issuer
Pulumi.Aws Native. License Manager. Inputs. License Issuer Data 
- License issuer.
- ProductName string
- Product name for the created license.
- Validity
Pulumi.Aws Native. License Manager. Inputs. License Validity Date Format 
- Date and time range during which the license is valid, in ISO8601-UTC format.
- Beneficiary string
- Beneficiary of the license.
- LicenseMetadata List<Pulumi.Aws Native. License Manager. Inputs. License Metadata> 
- License metadata.
- LicenseName string
- Name for the created license.
- ProductSku string
- ProductSKU of the license.
- Status string
- License status.
- ConsumptionConfiguration LicenseConsumption Configuration Args 
- Configuration for consumption of the license.
- Entitlements
[]LicenseEntitlement Args 
- License entitlements.
- HomeRegion string
- Home region for the created license.
- Issuer
LicenseIssuer Data Args 
- License issuer.
- ProductName string
- Product name for the created license.
- Validity
LicenseValidity Date Format Args 
- Date and time range during which the license is valid, in ISO8601-UTC format.
- Beneficiary string
- Beneficiary of the license.
- LicenseMetadata []LicenseMetadata Args 
- License metadata.
- LicenseName string
- Name for the created license.
- ProductSku string
- ProductSKU of the license.
- Status string
- License status.
- consumptionConfiguration LicenseConsumption Configuration 
- Configuration for consumption of the license.
- entitlements
List<LicenseEntitlement> 
- License entitlements.
- homeRegion String
- Home region for the created license.
- issuer
LicenseIssuer Data 
- License issuer.
- productName String
- Product name for the created license.
- validity
LicenseValidity Date Format 
- Date and time range during which the license is valid, in ISO8601-UTC format.
- beneficiary String
- Beneficiary of the license.
- licenseMetadata List<LicenseMetadata> 
- License metadata.
- licenseName String
- Name for the created license.
- productSku String
- ProductSKU of the license.
- status String
- License status.
- consumptionConfiguration LicenseConsumption Configuration 
- Configuration for consumption of the license.
- entitlements
LicenseEntitlement[] 
- License entitlements.
- homeRegion string
- Home region for the created license.
- issuer
LicenseIssuer Data 
- License issuer.
- productName string
- Product name for the created license.
- validity
LicenseValidity Date Format 
- Date and time range during which the license is valid, in ISO8601-UTC format.
- beneficiary string
- Beneficiary of the license.
- licenseMetadata LicenseMetadata[] 
- License metadata.
- licenseName string
- Name for the created license.
- productSku string
- ProductSKU of the license.
- status string
- License status.
- consumption_configuration LicenseConsumption Configuration Args 
- Configuration for consumption of the license.
- entitlements
Sequence[LicenseEntitlement Args] 
- License entitlements.
- home_region str
- Home region for the created license.
- issuer
LicenseIssuer Data Args 
- License issuer.
- product_name str
- Product name for the created license.
- validity
LicenseValidity Date Format Args 
- Date and time range during which the license is valid, in ISO8601-UTC format.
- beneficiary str
- Beneficiary of the license.
- license_metadata Sequence[LicenseMetadata Args] 
- License metadata.
- license_name str
- Name for the created license.
- product_sku str
- ProductSKU of the license.
- status str
- License status.
- consumptionConfiguration Property Map
- Configuration for consumption of the license.
- entitlements List<Property Map>
- License entitlements.
- homeRegion String
- Home region for the created license.
- issuer Property Map
- License issuer.
- productName String
- Product name for the created license.
- validity Property Map
- Date and time range during which the license is valid, in ISO8601-UTC format.
- beneficiary String
- Beneficiary of the license.
- licenseMetadata List<Property Map>
- License metadata.
- licenseName String
- Name for the created license.
- productSku String
- ProductSKU of the license.
- status String
- License status.
Outputs
All input properties are implicitly available as output properties. Additionally, the License resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- LicenseArn string
- Amazon Resource Name is a unique name for each resource.
- Version string
- The version of the license.
- Id string
- The provider-assigned unique ID for this managed resource.
- LicenseArn string
- Amazon Resource Name is a unique name for each resource.
- Version string
- The version of the license.
- id String
- The provider-assigned unique ID for this managed resource.
- licenseArn String
- Amazon Resource Name is a unique name for each resource.
- version String
- The version of the license.
- id string
- The provider-assigned unique ID for this managed resource.
- licenseArn string
- Amazon Resource Name is a unique name for each resource.
- version string
- The version of the license.
- id str
- The provider-assigned unique ID for this managed resource.
- license_arn str
- Amazon Resource Name is a unique name for each resource.
- version str
- The version of the license.
- id String
- The provider-assigned unique ID for this managed resource.
- licenseArn String
- Amazon Resource Name is a unique name for each resource.
- version String
- The version of the license.
Supporting Types
LicenseBorrowConfiguration, LicenseBorrowConfigurationArgs      
- AllowEarly boolCheck In 
- Indicates whether early check-ins are allowed.
- MaxTime intTo Live In Minutes 
- Maximum time for the borrow configuration, in minutes.
- AllowEarly boolCheck In 
- Indicates whether early check-ins are allowed.
- MaxTime intTo Live In Minutes 
- Maximum time for the borrow configuration, in minutes.
- allowEarly BooleanCheck In 
- Indicates whether early check-ins are allowed.
- maxTime IntegerTo Live In Minutes 
- Maximum time for the borrow configuration, in minutes.
- allowEarly booleanCheck In 
- Indicates whether early check-ins are allowed.
- maxTime numberTo Live In Minutes 
- Maximum time for the borrow configuration, in minutes.
- allow_early_ boolcheck_ in 
- Indicates whether early check-ins are allowed.
- max_time_ intto_ live_ in_ minutes 
- Maximum time for the borrow configuration, in minutes.
- allowEarly BooleanCheck In 
- Indicates whether early check-ins are allowed.
- maxTime NumberTo Live In Minutes 
- Maximum time for the borrow configuration, in minutes.
LicenseConsumptionConfiguration, LicenseConsumptionConfigurationArgs      
- BorrowConfiguration Pulumi.Aws Native. License Manager. Inputs. License Borrow Configuration 
- Details about a borrow configuration.
- ProvisionalConfiguration Pulumi.Aws Native. License Manager. Inputs. License Provisional Configuration 
- Details about a provisional configuration.
- RenewType string
- Renewal frequency.
- BorrowConfiguration LicenseBorrow Configuration 
- Details about a borrow configuration.
- ProvisionalConfiguration LicenseProvisional Configuration 
- Details about a provisional configuration.
- RenewType string
- Renewal frequency.
- borrowConfiguration LicenseBorrow Configuration 
- Details about a borrow configuration.
- provisionalConfiguration LicenseProvisional Configuration 
- Details about a provisional configuration.
- renewType String
- Renewal frequency.
- borrowConfiguration LicenseBorrow Configuration 
- Details about a borrow configuration.
- provisionalConfiguration LicenseProvisional Configuration 
- Details about a provisional configuration.
- renewType string
- Renewal frequency.
- borrow_configuration LicenseBorrow Configuration 
- Details about a borrow configuration.
- provisional_configuration LicenseProvisional Configuration 
- Details about a provisional configuration.
- renew_type str
- Renewal frequency.
- borrowConfiguration Property Map
- Details about a borrow configuration.
- provisionalConfiguration Property Map
- Details about a provisional configuration.
- renewType String
- Renewal frequency.
LicenseEntitlement, LicenseEntitlementArgs    
- name String
- Entitlement name.
- unit String
- Entitlement unit.
- allowCheck BooleanIn 
- Indicates whether check-ins are allowed.
- maxCount Integer
- Maximum entitlement count. Use if the unit is not None.
- overage Boolean
- Indicates whether overages are allowed.
- value String
- Entitlement resource. Use only if the unit is None.
- name string
- Entitlement name.
- unit string
- Entitlement unit.
- allowCheck booleanIn 
- Indicates whether check-ins are allowed.
- maxCount number
- Maximum entitlement count. Use if the unit is not None.
- overage boolean
- Indicates whether overages are allowed.
- value string
- Entitlement resource. Use only if the unit is None.
- name String
- Entitlement name.
- unit String
- Entitlement unit.
- allowCheck BooleanIn 
- Indicates whether check-ins are allowed.
- maxCount Number
- Maximum entitlement count. Use if the unit is not None.
- overage Boolean
- Indicates whether overages are allowed.
- value String
- Entitlement resource. Use only if the unit is None.
LicenseIssuerData, LicenseIssuerDataArgs      
LicenseMetadata, LicenseMetadataArgs    
LicenseProvisionalConfiguration, LicenseProvisionalConfigurationArgs      
- MaxTime intTo Live In Minutes 
- Maximum time for the provisional configuration, in minutes.
- MaxTime intTo Live In Minutes 
- Maximum time for the provisional configuration, in minutes.
- maxTime IntegerTo Live In Minutes 
- Maximum time for the provisional configuration, in minutes.
- maxTime numberTo Live In Minutes 
- Maximum time for the provisional configuration, in minutes.
- max_time_ intto_ live_ in_ minutes 
- Maximum time for the provisional configuration, in minutes.
- maxTime NumberTo Live In Minutes 
- Maximum time for the provisional configuration, in minutes.
LicenseValidityDateFormat, LicenseValidityDateFormatArgs        
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.