1. Packages
  2. AWS Native
  3. API Docs
  4. deadline
  5. StorageProfile

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

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

aws-native.deadline.StorageProfile

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

    Definition of AWS::Deadline::StorageProfile Resource Type

    Create StorageProfile Resource

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

    Constructor syntax

    new StorageProfile(name: string, args: StorageProfileArgs, opts?: CustomResourceOptions);
    @overload
    def StorageProfile(resource_name: str,
                       args: StorageProfileArgs,
                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def StorageProfile(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       display_name: Optional[str] = None,
                       farm_id: Optional[str] = None,
                       os_family: Optional[StorageProfileOperatingSystemFamily] = None,
                       file_system_locations: Optional[Sequence[StorageProfileFileSystemLocationArgs]] = None)
    func NewStorageProfile(ctx *Context, name string, args StorageProfileArgs, opts ...ResourceOption) (*StorageProfile, error)
    public StorageProfile(string name, StorageProfileArgs args, CustomResourceOptions? opts = null)
    public StorageProfile(String name, StorageProfileArgs args)
    public StorageProfile(String name, StorageProfileArgs args, CustomResourceOptions options)
    
    type: aws-native:deadline:StorageProfile
    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 StorageProfileArgs
    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 StorageProfileArgs
    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 StorageProfileArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args StorageProfileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args StorageProfileArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    StorageProfile Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The StorageProfile resource accepts the following input properties:

    DisplayName string

    The display name of the storage profile summary to update.

    This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.

    FarmId string
    The unique identifier of the farm that contains the storage profile.
    OsFamily Pulumi.AwsNative.Deadline.StorageProfileOperatingSystemFamily
    The operating system (OS) family.
    FileSystemLocations List<Pulumi.AwsNative.Deadline.Inputs.StorageProfileFileSystemLocation>
    Operating system specific file system path to the storage location.
    DisplayName string

    The display name of the storage profile summary to update.

    This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.

    FarmId string
    The unique identifier of the farm that contains the storage profile.
    OsFamily StorageProfileOperatingSystemFamily
    The operating system (OS) family.
    FileSystemLocations []StorageProfileFileSystemLocationArgs
    Operating system specific file system path to the storage location.
    displayName String

    The display name of the storage profile summary to update.

    This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.

    farmId String
    The unique identifier of the farm that contains the storage profile.
    osFamily StorageProfileOperatingSystemFamily
    The operating system (OS) family.
    fileSystemLocations List<StorageProfileFileSystemLocation>
    Operating system specific file system path to the storage location.
    displayName string

    The display name of the storage profile summary to update.

    This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.

    farmId string
    The unique identifier of the farm that contains the storage profile.
    osFamily StorageProfileOperatingSystemFamily
    The operating system (OS) family.
    fileSystemLocations StorageProfileFileSystemLocation[]
    Operating system specific file system path to the storage location.
    display_name str

    The display name of the storage profile summary to update.

    This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.

    farm_id str
    The unique identifier of the farm that contains the storage profile.
    os_family StorageProfileOperatingSystemFamily
    The operating system (OS) family.
    file_system_locations Sequence[StorageProfileFileSystemLocationArgs]
    Operating system specific file system path to the storage location.
    displayName String

    The display name of the storage profile summary to update.

    This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.

    farmId String
    The unique identifier of the farm that contains the storage profile.
    osFamily "WINDOWS" | "LINUX" | "MACOS"
    The operating system (OS) family.
    fileSystemLocations List<Property Map>
    Operating system specific file system path to the storage location.

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    StorageProfileId string
    The storage profile ID.
    Id string
    The provider-assigned unique ID for this managed resource.
    StorageProfileId string
    The storage profile ID.
    id String
    The provider-assigned unique ID for this managed resource.
    storageProfileId String
    The storage profile ID.
    id string
    The provider-assigned unique ID for this managed resource.
    storageProfileId string
    The storage profile ID.
    id str
    The provider-assigned unique ID for this managed resource.
    storage_profile_id str
    The storage profile ID.
    id String
    The provider-assigned unique ID for this managed resource.
    storageProfileId String
    The storage profile ID.

    Supporting Types

    StorageProfileFileSystemLocation, StorageProfileFileSystemLocationArgs

    Name string
    The location name.
    Path string
    The file path.
    Type Pulumi.AwsNative.Deadline.StorageProfileFileSystemLocationType
    The type of file.
    Name string
    The location name.
    Path string
    The file path.
    Type StorageProfileFileSystemLocationType
    The type of file.
    name String
    The location name.
    path String
    The file path.
    type StorageProfileFileSystemLocationType
    The type of file.
    name string
    The location name.
    path string
    The file path.
    type StorageProfileFileSystemLocationType
    The type of file.
    name str
    The location name.
    path str
    The file path.
    type StorageProfileFileSystemLocationType
    The type of file.
    name String
    The location name.
    path String
    The file path.
    type "SHARED" | "LOCAL"
    The type of file.

    StorageProfileFileSystemLocationType, StorageProfileFileSystemLocationTypeArgs

    Shared
    SHARED
    Local
    LOCAL
    StorageProfileFileSystemLocationTypeShared
    SHARED
    StorageProfileFileSystemLocationTypeLocal
    LOCAL
    Shared
    SHARED
    Local
    LOCAL
    Shared
    SHARED
    Local
    LOCAL
    SHARED
    SHARED
    LOCAL
    LOCAL
    "SHARED"
    SHARED
    "LOCAL"
    LOCAL

    StorageProfileOperatingSystemFamily, StorageProfileOperatingSystemFamilyArgs

    Windows
    WINDOWS
    Linux
    LINUX
    Macos
    MACOS
    StorageProfileOperatingSystemFamilyWindows
    WINDOWS
    StorageProfileOperatingSystemFamilyLinux
    LINUX
    StorageProfileOperatingSystemFamilyMacos
    MACOS
    Windows
    WINDOWS
    Linux
    LINUX
    Macos
    MACOS
    Windows
    WINDOWS
    Linux
    LINUX
    Macos
    MACOS
    WINDOWS
    WINDOWS
    LINUX
    LINUX
    MACOS
    MACOS
    "WINDOWS"
    WINDOWS
    "LINUX"
    LINUX
    "MACOS"
    MACOS

    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 Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi