Interface LaunchTemplateLicenseSpecification
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LaunchTemplateLicenseSpecification.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.645Z") @Stability(Stable) public interface LaunchTemplateLicenseSpecification extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLaunchTemplateLicenseSpecification.BuilderA builder forLaunchTemplateLicenseSpecificationstatic classLaunchTemplateLicenseSpecification.Jsii$ProxyAn implementation forLaunchTemplateLicenseSpecification
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static LaunchTemplateLicenseSpecification.Builderbuilder()StringgetLicenseConfigurationArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#license_configuration_arn LaunchTemplate#license_configuration_arn}.
-
-
-
Method Detail
-
getLicenseConfigurationArn
@Stability(Stable) @NotNull String getLicenseConfigurationArn()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#license_configuration_arn LaunchTemplate#license_configuration_arn}.
-
builder
@Stability(Stable) static LaunchTemplateLicenseSpecification.Builder builder()
-
-