LicenseGrantAccepter

class LicenseGrantAccepter : KotlinCustomResource

Accepts a License Manager grant. This allows for sharing licenses with other aws accounts.

Example Usage

package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.licensemanager.LicenseGrantAccepter;
import com.pulumi.aws.licensemanager.LicenseGrantAccepterArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var test = new LicenseGrantAccepter("test", LicenseGrantAccepterArgs.builder()
.name("arn:aws:license-manager::123456789012:grant:g-1cf9fba4ba2f42dcab11c686c4b4d329")
.build());
}
}

Import

aws_licensemanager_grant_accepter can be imported using the grant arn.

$ pulumi import aws:licensemanager/licenseGrantAccepter:LicenseGrantAccepter test arn:aws:license-manager::123456789012:grant:g-1cf9fba4ba2f42dcab11c686c4b4d329

Properties

Link copied to clipboard

A list of the allowed operations for the grant.

Link copied to clipboard
val grantArn: Output<String>

The ARN of the grant to accept.

Link copied to clipboard
val homeRegion: Output<String>

The home region for the license.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val licenseArn: Output<String>

The ARN of the license for the grant.

Link copied to clipboard
val name: Output<String>

The Name of the grant.

Link copied to clipboard
val parentArn: Output<String>

The parent ARN.

Link copied to clipboard
val principal: Output<String>

The target account for the grant.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<String>

The grant status.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val version: Output<String>

The grant version.