Class DataAwsLaunchTemplate

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.ITerraformAddressable, com.hashicorp.cdktf.ITerraformDependable, com.hashicorp.cdktf.ITerraformResource, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:51.987Z")
    @Stability(Stable)
    public class DataAwsLaunchTemplate
    extends com.hashicorp.cdktf.TerraformDataSource
    Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/launch_template aws_launch_template}.
    • Field Detail

      • TF_RESOURCE_TYPE

        @Stability(Stable)
        public static final String TF_RESOURCE_TYPE
    • Constructor Detail

      • DataAwsLaunchTemplate

        protected DataAwsLaunchTemplate​(software.amazon.jsii.JsiiObjectRef objRef)
      • DataAwsLaunchTemplate

        protected DataAwsLaunchTemplate​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • DataAwsLaunchTemplate

        @Stability(Stable)
        public DataAwsLaunchTemplate​(@NotNull
                                     software.constructs.Construct scope,
                                     @NotNull
                                     String id,
                                     @Nullable
                                     DataAwsLaunchTemplateConfig config)
        Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/launch_template aws_launch_template} Data Source.

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        id - The scoped construct ID. This parameter is required.
        config -
      • DataAwsLaunchTemplate

        @Stability(Stable)
        public DataAwsLaunchTemplate​(@NotNull
                                     software.constructs.Construct scope,
                                     @NotNull
                                     String id)
        Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/launch_template aws_launch_template} Data Source.

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        id - The scoped construct ID. This parameter is required.