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

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.deadline.StorageProfile

Explore with Pulumi AI

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 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 This property is required. string
The unique name of the resource.
args This property is required. StorageProfileArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. 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 This property is required. string
The unique name of the resource.
args This property is required. StorageProfileArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. StorageProfileArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. 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

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The StorageProfile resource accepts the following input properties:

DisplayName This property is required. 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 This property is required. string
The unique identifier of the farm that contains the storage profile.
OsFamily This property is required. 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 This property is required. 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 This property is required. string
The unique identifier of the farm that contains the storage profile.
OsFamily This property is required. StorageProfileOperatingSystemFamily
The operating system (OS) family.
FileSystemLocations []StorageProfileFileSystemLocationArgs
Operating system specific file system path to the storage location.
displayName This property is required. 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 This property is required. String
The unique identifier of the farm that contains the storage profile.
osFamily This property is required. StorageProfileOperatingSystemFamily
The operating system (OS) family.
fileSystemLocations List<StorageProfileFileSystemLocation>
Operating system specific file system path to the storage location.
displayName This property is required. 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 This property is required. string
The unique identifier of the farm that contains the storage profile.
osFamily This property is required. StorageProfileOperatingSystemFamily
The operating system (OS) family.
fileSystemLocations StorageProfileFileSystemLocation[]
Operating system specific file system path to the storage location.
display_name This property is required. 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 This property is required. str
The unique identifier of the farm that contains the storage profile.
os_family This property is required. StorageProfileOperatingSystemFamily
The operating system (OS) family.
file_system_locations Sequence[StorageProfileFileSystemLocationArgs]
Operating system specific file system path to the storage location.
displayName This property is required. 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 This property is required. String
The unique identifier of the farm that contains the storage profile.
osFamily This property is required. "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 This property is required. string
The location name.
Path This property is required. string
The file path.
Type This property is required. Pulumi.AwsNative.Deadline.StorageProfileFileSystemLocationType
The type of file.
Name This property is required. string
The location name.
Path This property is required. string
The file path.
Type This property is required. StorageProfileFileSystemLocationType
The type of file.
name This property is required. String
The location name.
path This property is required. String
The file path.
type This property is required. StorageProfileFileSystemLocationType
The type of file.
name This property is required. string
The location name.
path This property is required. string
The file path.
type This property is required. StorageProfileFileSystemLocationType
The type of file.
name This property is required. str
The location name.
path This property is required. str
The file path.
type This property is required. StorageProfileFileSystemLocationType
The type of file.
name This property is required. String
The location name.
path This property is required. String
The file path.
type This property is required. "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

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi