AWS Fundamentals Logo
AWS Fundamentals
AWS::Deadline::StorageProfile

Deadline StorageProfile

Definition of AWS::Deadline::StorageProfile Resource Type

Properties

4 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
DisplayName
string
Required
FarmId
string
RequiredCreate-only
OsFamily
string
Required
FileSystemLocations
Array<FileSystemLocation>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
StorageProfileIdstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Deadline::StorageProfile

Resources:
  MyResource:
    Type: AWS::Deadline::StorageProfile
    Properties:
      DisplayName: "my-displayname"
      FarmId: "my-farmid"
      OsFamily: "value"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

deadline:CreateStorageProfiledeadline:GetStorageProfileidentitystore:ListGroupMembershipsForMember

read

deadline:GetStorageProfileidentitystore:ListGroupMembershipsForMember

update

deadline:UpdateStorageProfiledeadline:GetStorageProfileidentitystore:ListGroupMembershipsForMember

delete

deadline:DeleteStorageProfiledeadline:GetStorageProfileidentitystore:ListGroupMembershipsForMember

list

deadline:ListStorageProfilesidentitystore:ListGroupMembershipsForMember

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceDeadline
Properties5
Required3
TaggingNot supported
Primary IDFarmId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

FarmId

External Links