We recommend new projects start with resources from the AWS provider.
aws-native.deadline.Farm
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Definition of AWS::Deadline::Farm Resource Type
Create Farm Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Farm(name: string, args: FarmArgs, opts?: CustomResourceOptions);
@overload
def Farm(resource_name: str,
args: FarmArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Farm(resource_name: str,
opts: Optional[ResourceOptions] = None,
display_name: Optional[str] = None,
description: Optional[str] = None,
kms_key_arn: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewFarm(ctx *Context, name string, args FarmArgs, opts ...ResourceOption) (*Farm, error)
public Farm(string name, FarmArgs args, CustomResourceOptions? opts = null)
type: aws-native:deadline:Farm
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 FarmArgs
- 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 FarmArgs
- 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 FarmArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FarmArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args FarmArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Farm 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 Farm resource accepts the following input properties:
- Display
Name 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 string
- A description of the farm that helps identify what the farm is used for.
- Kms
Key stringArn - The ARN for the KMS key.
- List<Pulumi.
Aws Native. Inputs. Tag> - An array of key-value pairs to apply to this resource.
- Display
Name 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 string
- A description of the farm that helps identify what the farm is used for.
- Kms
Key stringArn - The ARN for the KMS key.
- Tag
Args - An array of key-value pairs to apply to this resource.
- display
Name 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 String
- A description of the farm that helps identify what the farm is used for.
- kms
Key StringArn - The ARN for the KMS key.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- display
Name 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 string
- A description of the farm that helps identify what the farm is used for.
- kms
Key stringArn - The ARN for the KMS key.
- Tag[]
- An array of key-value pairs to apply to this resource.
- display_
name str 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 str
- A description of the farm that helps identify what the farm is used for.
- kms_
key_ strarn - The ARN for the KMS key.
- Sequence[Tag
Args] - An array of key-value pairs to apply to this resource.
- display
Name 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 String
- A description of the farm that helps identify what the farm is used for.
- kms
Key StringArn - The ARN for the KMS key.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the Farm resource produces the following output properties:
Supporting Types
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.