StorageProfileReference

class aws_cdk.aws_deadline.StorageProfileReference(*, farm_id, storage_profile_id)

Bases: object

A reference to a StorageProfile resource.

Parameters:
  • farm_id (str) – The FarmId of the StorageProfile resource.

  • storage_profile_id (str) – The StorageProfileId of the StorageProfile resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_deadline as deadline

storage_profile_reference = deadline.StorageProfileReference(
    farm_id="farmId",
    storage_profile_id="storageProfileId"
)

Attributes

farm_id

The FarmId of the StorageProfile resource.

storage_profile_id

The StorageProfileId of the StorageProfile resource.