1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. nimblestudio
  5. LaunchProfile

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

AWS Cloud Control v1.29.0 published on Thursday, Jun 5, 2025 by Pulumi

aws-native.nimblestudio.LaunchProfile

Explore with Pulumi AI

aws-native logo

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

AWS Cloud Control v1.29.0 published on Thursday, Jun 5, 2025 by Pulumi

    Resource Type definition for AWS::NimbleStudio::LaunchProfile

    Create LaunchProfile Resource

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

    Constructor syntax

    new LaunchProfile(name: string, args: LaunchProfileArgs, opts?: CustomResourceOptions);
    @overload
    def LaunchProfile(resource_name: str,
                      args: LaunchProfileArgs,
                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def LaunchProfile(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      ec2_subnet_ids: Optional[Sequence[str]] = None,
                      launch_profile_protocol_versions: Optional[Sequence[str]] = None,
                      stream_configuration: Optional[LaunchProfileStreamConfigurationArgs] = None,
                      studio_component_ids: Optional[Sequence[str]] = None,
                      studio_id: Optional[str] = None,
                      description: Optional[str] = None,
                      name: Optional[str] = None,
                      tags: Optional[Mapping[str, str]] = None)
    func NewLaunchProfile(ctx *Context, name string, args LaunchProfileArgs, opts ...ResourceOption) (*LaunchProfile, error)
    public LaunchProfile(string name, LaunchProfileArgs args, CustomResourceOptions? opts = null)
    public LaunchProfile(String name, LaunchProfileArgs args)
    public LaunchProfile(String name, LaunchProfileArgs args, CustomResourceOptions options)
    
    type: aws-native:nimblestudio:LaunchProfile
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

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

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

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    LaunchProfileId string
    Id string
    The provider-assigned unique ID for this managed resource.
    LaunchProfileId string
    id String
    The provider-assigned unique ID for this managed resource.
    launchProfileId String
    id string
    The provider-assigned unique ID for this managed resource.
    launchProfileId string
    id str
    The provider-assigned unique ID for this managed resource.
    launch_profile_id str
    id String
    The provider-assigned unique ID for this managed resource.
    launchProfileId String

    Supporting Types

    LaunchProfileStreamConfiguration, LaunchProfileStreamConfigurationArgs

    LaunchProfileStreamConfigurationSessionBackup, LaunchProfileStreamConfigurationSessionBackupArgs

    MaxBackupsToRetain float64
    Mode string

    LaunchProfileStreamConfigurationSessionStorage, LaunchProfileStreamConfigurationSessionStorageArgs

    mode List<String>
    root Property Map

    LaunchProfileStreamingSessionStorageRoot, LaunchProfileStreamingSessionStorageRootArgs

    Linux string
    Windows string
    Linux string
    Windows string
    linux String
    windows String
    linux string
    windows string
    linux str
    windows str
    linux String
    windows String

    LaunchProfileVolumeConfiguration, LaunchProfileVolumeConfigurationArgs

    Iops double
    Size double
    Throughput double
    Iops float64
    Size float64
    Throughput float64
    iops Double
    size Double
    throughput Double
    iops number
    size number
    throughput number
    iops float
    size float
    throughput float
    iops Number
    size Number
    throughput Number

    Package Details

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

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

    AWS Cloud Control v1.29.0 published on Thursday, Jun 5, 2025 by Pulumi