awscc.datasync_locationefs

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

properties:
  type:
    enum:
    - delete
required:
- type

Permissions - datasync:DeleteLocation

update

Parent base class for filters and actions.

definitions:
  Ec2Config:
    additionalProperties: false
    description: The subnet and security group that DataSync uses to access target
      EFS file system.
    properties:
      SecurityGroupArns:
        description: The Amazon Resource Names (ARNs) of the security groups that
          are configured for the Amazon EC2 resource.
        insertionOrder: false
        items:
          maxLength: 128
          pattern: ^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):ec2:[a-z\-0-9]*:[0-9]{12}:security-group/.*$
          type: string
        maxItems: 5
        minItems: 1
        type: array
      SubnetArn:
        description: The ARN of the subnet that DataSync uses to access the target
          EFS file system.
        maxLength: 128
        pattern: ^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):ec2:[a-z\-0-9]*:[0-9]{12}:subnet/.*$
        type: string
    required:
    - SecurityGroupArns
    - SubnetArn
    type: object
  Tag:
    additionalProperties: false
    description: A key-value pair to associate with a resource.
    properties:
      Key:
        description: The key for an AWS resource tag.
        maxLength: 256
        minLength: 1
        pattern: ^[a-zA-Z0-9\s+=._:/-]+$
        type: string
      Value:
        description: The value for an AWS resource tag.
        maxLength: 256
        minLength: 1
        pattern: ^[a-zA-Z0-9\s+=._:@/-]+$
        type: string
    required:
    - Key
    - Value
    type: object
properties:
  Tags:
    description: An array of key-value pairs to apply to this resource.
    insertionOrder: false
    items:
      additionalProperties: false
      description: A key-value pair to associate with a resource.
      properties:
        Key:
          description: The key for an AWS resource tag.
          maxLength: 256
          minLength: 1
          pattern: ^[a-zA-Z0-9\s+=._:/-]+$
          type: string
        Value:
          description: The value for an AWS resource tag.
          maxLength: 256
          minLength: 1
          pattern: ^[a-zA-Z0-9\s+=._:@/-]+$
          type: string
      required:
      - Key
      - Value
      type: object
    maxItems: 50
    type: array
    uniqueItems: true
  type:
    enum:
    - update

Permissions - datasync:DescribeLocationEfs, datasync:ListTagsForResource, datasync:TagResource, datasync:UntagResource