We recommend new projects start with resources from the AWS provider.
aws-native.deadline.StorageProfile
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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
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:
- Display
Name 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.
- Farm
Id string - The unique identifier of the farm that contains the storage profile.
- Os
Family Pulumi.Aws Native. Deadline. Storage Profile Operating System Family - The operating system (OS) family.
- File
System List<Pulumi.Locations Aws Native. Deadline. Inputs. Storage Profile File System Location> - Operating system specific file system path to the storage location.
- Display
Name 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.
- Farm
Id string - The unique identifier of the farm that contains the storage profile.
- Os
Family StorageProfile Operating System Family - The operating system (OS) family.
- File
System []StorageLocations Profile File System Location Args - Operating system specific file system path to the storage location.
- display
Name 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.
- farm
Id String - The unique identifier of the farm that contains the storage profile.
- os
Family StorageProfile Operating System Family - The operating system (OS) family.
- file
System List<StorageLocations Profile File System Location> - Operating system specific file system path to the storage location.
- display
Name 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.
- farm
Id string - The unique identifier of the farm that contains the storage profile.
- os
Family StorageProfile Operating System Family - The operating system (OS) family.
- file
System StorageLocations Profile File System Location[] - 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 StorageProfile Operating System Family - The operating system (OS) family.
- file_
system_ Sequence[Storagelocations Profile File System Location Args] - Operating system specific file system path to the storage location.
- display
Name 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.
- farm
Id String - The unique identifier of the farm that contains the storage profile.
- os
Family "WINDOWS" | "LINUX" | "MACOS" - The operating system (OS) family.
- file
System List<Property Map>Locations - 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.
- Storage
Profile stringId - The storage profile ID.
- Id string
- The provider-assigned unique ID for this managed resource.
- Storage
Profile stringId - The storage profile ID.
- id String
- The provider-assigned unique ID for this managed resource.
- storage
Profile StringId - The storage profile ID.
- id string
- The provider-assigned unique ID for this managed resource.
- storage
Profile stringId - The storage profile ID.
- id str
- The provider-assigned unique ID for this managed resource.
- storage_
profile_ strid - The storage profile ID.
- id String
- The provider-assigned unique ID for this managed resource.
- storage
Profile StringId - The storage profile ID.
Supporting Types
StorageProfileFileSystemLocation, StorageProfileFileSystemLocationArgs
- Name string
- The location name.
- Path string
- The file path.
- Type
Pulumi.
Aws Native. Deadline. Storage Profile File System Location Type - The type of file.
- Name string
- The location name.
- Path string
- The file path.
- Type
Storage
Profile File System Location Type - The type of file.
- name String
- The location name.
- path String
- The file path.
- type
Storage
Profile File System Location Type - The type of file.
- name string
- The location name.
- path string
- The file path.
- type
Storage
Profile File System Location Type - The type of file.
- name str
- The location name.
- path str
- The file path.
- type
Storage
Profile File System Location Type - 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
- Storage
Profile File System Location Type Shared - SHARED
- Storage
Profile File System Location Type Local - 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
- Storage
Profile Operating System Family Windows - WINDOWS
- Storage
Profile Operating System Family Linux - LINUX
- Storage
Profile Operating System Family Macos - 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.