Class Association
Provides a License Manager association.
Note: License configurations can also be associated with launch templates by specifying the
license_specificationsblock for anaws.ec2.LaunchTemplate.
Inherited Members
Namespace: Pulumi.Aws.LicenseManager
Assembly: Pulumi.Aws.dll
Syntax
public class Association : CustomResource
Constructors
View SourceAssociation(String, AssociationArgs, CustomResourceOptions)
Create a Association resource with the given unique name, arguments, and options.
Declaration
public Association(string name, AssociationArgs args, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resource |
| AssociationArgs | args | The arguments used to populate this resource's properties |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Properties
View SourceLicenseConfigurationArn
ARN of the license configuration.
Declaration
public Output<string> LicenseConfigurationArn { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
ResourceArn
ARN of the resource associated with the license configuration.
Declaration
public Output<string> ResourceArn { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Methods
View SourceGet(String, Input<String>, AssociationState, CustomResourceOptions)
Get an existing Association resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
Declaration
public static Association Get(string name, Input<string> id, AssociationState state = null, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resulting resource. |
| Input<System.String> | id | The unique provider ID of the resource to lookup. |
| AssociationState | state | Any extra arguments used during the lookup. |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Returns
| Type | Description |
|---|---|
| Association |