1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. drs
  6. LaunchConfigurationTemplate

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
aws-native logo aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi

    Account level Launch Configuration Template for AWS Elastic Disaster Recovery.

    Create LaunchConfigurationTemplate Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new LaunchConfigurationTemplate(name: string, args?: LaunchConfigurationTemplateArgs, opts?: CustomResourceOptions);
    @overload
    def LaunchConfigurationTemplate(resource_name: str,
                                    args: Optional[LaunchConfigurationTemplateArgs] = None,
                                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def LaunchConfigurationTemplate(resource_name: str,
                                    opts: Optional[ResourceOptions] = None,
                                    copy_private_ip: Optional[bool] = None,
                                    copy_tags: Optional[bool] = None,
                                    export_bucket_arn: Optional[str] = None,
                                    launch_disposition: Optional[LaunchConfigurationTemplateLaunchDisposition] = None,
                                    launch_into_source_instance: Optional[bool] = None,
                                    licensing: Optional[LaunchConfigurationTemplateLicensingArgs] = None,
                                    post_launch_enabled: Optional[bool] = None,
                                    tags: Optional[Sequence[_root_inputs.CreateOnlyTagArgs]] = None,
                                    target_instance_type_right_sizing_method: Optional[LaunchConfigurationTemplateTargetInstanceTypeRightSizingMethod] = None)
    func NewLaunchConfigurationTemplate(ctx *Context, name string, args *LaunchConfigurationTemplateArgs, opts ...ResourceOption) (*LaunchConfigurationTemplate, error)
    public LaunchConfigurationTemplate(string name, LaunchConfigurationTemplateArgs? args = null, CustomResourceOptions? opts = null)
    public LaunchConfigurationTemplate(String name, LaunchConfigurationTemplateArgs args)
    public LaunchConfigurationTemplate(String name, LaunchConfigurationTemplateArgs args, CustomResourceOptions options)
    
    type: aws-native:drs:LaunchConfigurationTemplate
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_drs_launch_configuration_template" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args LaunchConfigurationTemplateArgs
    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 LaunchConfigurationTemplateArgs
    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 LaunchConfigurationTemplateArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args LaunchConfigurationTemplateArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args LaunchConfigurationTemplateArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    LaunchConfigurationTemplate 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 LaunchConfigurationTemplate resource accepts the following input properties:

    CopyPrivateIp bool
    Copy private IP.
    CopyTags bool
    Copy tags.
    ExportBucketArn string
    S3 bucket ARN to export Source Network templates.
    LaunchDisposition Pulumi.AwsNative.Drs.LaunchConfigurationTemplateLaunchDisposition
    Launch disposition.
    LaunchIntoSourceInstance bool
    DRS will set the 'launch into instance ID' of any source server when performing a drill, recovery or failback to the previous region or availability zone, using the instance ID of the source instance.
    Licensing Pulumi.AwsNative.Drs.Inputs.LaunchConfigurationTemplateLicensing
    PostLaunchEnabled bool
    Whether we want to activate post-launch actions.
    Tags List<Pulumi.AwsNative.Inputs.CreateOnlyTag>
    A set of tags associated with the Launch Configuration Template.
    TargetInstanceTypeRightSizingMethod Pulumi.AwsNative.Drs.LaunchConfigurationTemplateTargetInstanceTypeRightSizingMethod
    Target instance type right-sizing method.
    CopyPrivateIp bool
    Copy private IP.
    CopyTags bool
    Copy tags.
    ExportBucketArn string
    S3 bucket ARN to export Source Network templates.
    LaunchDisposition LaunchConfigurationTemplateLaunchDisposition
    Launch disposition.
    LaunchIntoSourceInstance bool
    DRS will set the 'launch into instance ID' of any source server when performing a drill, recovery or failback to the previous region or availability zone, using the instance ID of the source instance.
    Licensing LaunchConfigurationTemplateLicensingArgs
    PostLaunchEnabled bool
    Whether we want to activate post-launch actions.
    Tags CreateOnlyTagArgs
    A set of tags associated with the Launch Configuration Template.
    TargetInstanceTypeRightSizingMethod LaunchConfigurationTemplateTargetInstanceTypeRightSizingMethod
    Target instance type right-sizing method.
    copy_private_ip bool
    Copy private IP.
    copy_tags bool
    Copy tags.
    export_bucket_arn string
    S3 bucket ARN to export Source Network templates.
    launch_disposition "STOPPED" | "STARTED"
    Launch disposition.
    launch_into_source_instance bool
    DRS will set the 'launch into instance ID' of any source server when performing a drill, recovery or failback to the previous region or availability zone, using the instance ID of the source instance.
    licensing object
    post_launch_enabled bool
    Whether we want to activate post-launch actions.
    tags list(object)
    A set of tags associated with the Launch Configuration Template.
    target_instance_type_right_sizing_method "NONE" | "BASIC" | "IN_AWS"
    Target instance type right-sizing method.
    copyPrivateIp Boolean
    Copy private IP.
    copyTags Boolean
    Copy tags.
    exportBucketArn String
    S3 bucket ARN to export Source Network templates.
    launchDisposition LaunchConfigurationTemplateLaunchDisposition
    Launch disposition.
    launchIntoSourceInstance Boolean
    DRS will set the 'launch into instance ID' of any source server when performing a drill, recovery or failback to the previous region or availability zone, using the instance ID of the source instance.
    licensing LaunchConfigurationTemplateLicensing
    postLaunchEnabled Boolean
    Whether we want to activate post-launch actions.
    tags List<CreateOnlyTag>
    A set of tags associated with the Launch Configuration Template.
    targetInstanceTypeRightSizingMethod LaunchConfigurationTemplateTargetInstanceTypeRightSizingMethod
    Target instance type right-sizing method.
    copyPrivateIp boolean
    Copy private IP.
    copyTags boolean
    Copy tags.
    exportBucketArn string
    S3 bucket ARN to export Source Network templates.
    launchDisposition LaunchConfigurationTemplateLaunchDisposition
    Launch disposition.
    launchIntoSourceInstance boolean
    DRS will set the 'launch into instance ID' of any source server when performing a drill, recovery or failback to the previous region or availability zone, using the instance ID of the source instance.
    licensing LaunchConfigurationTemplateLicensing
    postLaunchEnabled boolean
    Whether we want to activate post-launch actions.
    tags CreateOnlyTag[]
    A set of tags associated with the Launch Configuration Template.
    targetInstanceTypeRightSizingMethod LaunchConfigurationTemplateTargetInstanceTypeRightSizingMethod
    Target instance type right-sizing method.
    copy_private_ip bool
    Copy private IP.
    copy_tags bool
    Copy tags.
    export_bucket_arn str
    S3 bucket ARN to export Source Network templates.
    launch_disposition LaunchConfigurationTemplateLaunchDisposition
    Launch disposition.
    launch_into_source_instance bool
    DRS will set the 'launch into instance ID' of any source server when performing a drill, recovery or failback to the previous region or availability zone, using the instance ID of the source instance.
    licensing LaunchConfigurationTemplateLicensingArgs
    post_launch_enabled bool
    Whether we want to activate post-launch actions.
    tags Sequence[CreateOnlyTagArgs]
    A set of tags associated with the Launch Configuration Template.
    target_instance_type_right_sizing_method LaunchConfigurationTemplateTargetInstanceTypeRightSizingMethod
    Target instance type right-sizing method.
    copyPrivateIp Boolean
    Copy private IP.
    copyTags Boolean
    Copy tags.
    exportBucketArn String
    S3 bucket ARN to export Source Network templates.
    launchDisposition "STOPPED" | "STARTED"
    Launch disposition.
    launchIntoSourceInstance Boolean
    DRS will set the 'launch into instance ID' of any source server when performing a drill, recovery or failback to the previous region or availability zone, using the instance ID of the source instance.
    licensing Property Map
    postLaunchEnabled Boolean
    Whether we want to activate post-launch actions.
    tags List<Property Map>
    A set of tags associated with the Launch Configuration Template.
    targetInstanceTypeRightSizingMethod "NONE" | "BASIC" | "IN_AWS"
    Target instance type right-sizing method.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the LaunchConfigurationTemplate resource produces the following output properties:

    Arn string
    ARN of the Launch Configuration Template.
    Id string
    The provider-assigned unique ID for this managed resource.
    LaunchConfigurationTemplateId string
    ID of the Launch Configuration Template.
    Arn string
    ARN of the Launch Configuration Template.
    Id string
    The provider-assigned unique ID for this managed resource.
    LaunchConfigurationTemplateId string
    ID of the Launch Configuration Template.
    arn string
    ARN of the Launch Configuration Template.
    id string
    The provider-assigned unique ID for this managed resource.
    launch_configuration_template_id string
    ID of the Launch Configuration Template.
    arn String
    ARN of the Launch Configuration Template.
    id String
    The provider-assigned unique ID for this managed resource.
    launchConfigurationTemplateId String
    ID of the Launch Configuration Template.
    arn string
    ARN of the Launch Configuration Template.
    id string
    The provider-assigned unique ID for this managed resource.
    launchConfigurationTemplateId string
    ID of the Launch Configuration Template.
    arn str
    ARN of the Launch Configuration Template.
    id str
    The provider-assigned unique ID for this managed resource.
    launch_configuration_template_id str
    ID of the Launch Configuration Template.
    arn String
    ARN of the Launch Configuration Template.
    id String
    The provider-assigned unique ID for this managed resource.
    launchConfigurationTemplateId String
    ID of the Launch Configuration Template.

    Supporting Types

    CreateOnlyTag, CreateOnlyTagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    LaunchConfigurationTemplateLaunchDisposition, LaunchConfigurationTemplateLaunchDispositionArgs

    Stopped
    STOPPED
    Started
    STARTED
    LaunchConfigurationTemplateLaunchDispositionStopped
    STOPPED
    LaunchConfigurationTemplateLaunchDispositionStarted
    STARTED
    "STOPPED"
    STOPPED
    "STARTED"
    STARTED
    Stopped
    STOPPED
    Started
    STARTED
    Stopped
    STOPPED
    Started
    STARTED
    STOPPED
    STOPPED
    STARTED
    STARTED
    "STOPPED"
    STOPPED
    "STARTED"
    STARTED

    LaunchConfigurationTemplateLicensing, LaunchConfigurationTemplateLicensingArgs

    Configuration of a machine's license.
    OsByol bool
    Whether to enable Bring your own license or not.
    OsByol bool
    Whether to enable Bring your own license or not.
    os_byol bool
    Whether to enable Bring your own license or not.
    osByol Boolean
    Whether to enable Bring your own license or not.
    osByol boolean
    Whether to enable Bring your own license or not.
    os_byol bool
    Whether to enable Bring your own license or not.
    osByol Boolean
    Whether to enable Bring your own license or not.

    LaunchConfigurationTemplateTargetInstanceTypeRightSizingMethod, LaunchConfigurationTemplateTargetInstanceTypeRightSizingMethodArgs

    None
    NONE
    Basic
    BASIC
    InAws
    IN_AWS
    LaunchConfigurationTemplateTargetInstanceTypeRightSizingMethodNone
    NONE
    LaunchConfigurationTemplateTargetInstanceTypeRightSizingMethodBasic
    BASIC
    LaunchConfigurationTemplateTargetInstanceTypeRightSizingMethodInAws
    IN_AWS
    "NONE"
    NONE
    "BASIC"
    BASIC
    "IN_AWS"
    IN_AWS
    None
    NONE
    Basic
    BASIC
    InAws
    IN_AWS
    None
    NONE
    Basic
    BASIC
    InAws
    IN_AWS
    NONE
    NONE
    BASIC
    BASIC
    IN_AWS
    IN_AWS
    "NONE"
    NONE
    "BASIC"
    BASIC
    "IN_AWS"
    IN_AWS

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.79.0
    published on Monday, Sep 14, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial