interface CfnFarmProps
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_deadline.CfnFarmProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdeadline#CfnFarmProps |
![]() | software.amazon.awscdk.services.deadline.CfnFarmProps |
![]() | aws_cdk.aws_deadline.CfnFarmProps |
![]() | aws-cdk-lib » aws_deadline » CfnFarmProps |
Properties for defining a CfnFarm
.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-farm.html
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_deadline as deadline } from 'aws-cdk-lib';
const cfnFarmProps: deadline.CfnFarmProps = {
displayName: 'displayName',
// the properties below are optional
description: 'description',
kmsKeyArn: 'kmsKeyArn',
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
display | string | The display name of the farm. |
description? | string | A description of the farm that helps identify what the farm is used for. |
kms | string | The ARN for the KMS key. |
tags? | Cfn [] | The tags to add to your farm. |
displayName
Type:
string
The display name of the farm.
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.
description?
Type:
string
(optional, default: "")
A description of the farm that helps identify what the farm is used for.
kmsKeyArn?
Type:
string
(optional)
The ARN for the KMS key.
tags?
Type:
Cfn
[]
(optional)
The tags to add to your farm.
Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.