StorageProfileReference
- class aws_cdk.interfaces.aws_deadline.StorageProfileReference(*, farm_id, storage_profile_id)
Bases:
objectA 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.interfaces import aws_deadline as interfaces_aws_deadline storage_profile_reference = interfaces_aws_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.