awscc.lightsail_bucket

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - lightsail:DeleteBucket, lightsail:GetBuckets

update

Parent base class for filters and actions.

definitions:
  AccessRules:
    additionalProperties: false
    description: An object that sets the public accessibility of objects in the specified
      bucket.
    properties:
      AllowPublicOverrides:
        description: A Boolean value that indicates whether the access control list
          (ACL) permissions that are applied to individual objects override the getObject
          option that is currently specified.
        type: boolean
      GetObject:
        description: Specifies the anonymous access to all objects in a bucket.
        type: string
    type: object
  Tag:
    additionalProperties: false
    description: A key-value pair to associate with a resource.
    properties:
      Key:
        description: 'The key name of the tag. You can specify a value that is 1 to
          128 Unicode characters in length and cannot be prefixed with aws:. You can
          use any of the following characters: the set of Unicode letters, digits,
          whitespace, _, ., /, =, +, and -.'
        maxLength: 128
        minLength: 1
        type: string
      Value:
        description: 'The value for the tag. You can specify a value that is 0 to
          256 Unicode characters in length and cannot be prefixed with aws:. You can
          use any of the following characters: the set of Unicode letters, digits,
          whitespace, _, ., /, =, +, and -.'
        maxLength: 256
        minLength: 0
        type: string
    required:
    - Key
    type: object
properties:
  AccessRules:
    additionalProperties: false
    description: An object that sets the public accessibility of objects in the specified
      bucket.
    properties:
      AllowPublicOverrides:
        description: A Boolean value that indicates whether the access control list
          (ACL) permissions that are applied to individual objects override the getObject
          option that is currently specified.
        type: boolean
      GetObject:
        description: Specifies the anonymous access to all objects in a bucket.
        type: string
    type: object
  BundleId:
    description: The ID of the bundle to use for the bucket.
    type: string
  ObjectVersioning:
    description: Specifies whether to enable or disable versioning of objects in the
      bucket.
    type: boolean
  ReadOnlyAccessAccounts:
    description: An array of strings to specify the AWS account IDs that can access
      the bucket.
    insertionOrder: false
    items:
      type: string
    type: array
    uniqueItems: true
  ResourcesReceivingAccess:
    description: The names of the Lightsail resources for which to set bucket access.
    insertionOrder: false
    items:
      type: string
    type: array
    uniqueItems: true
  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 name of the tag. You can specify a value that is 1
            to 128 Unicode characters in length and cannot be prefixed with aws:.
            You can use any of the following characters: the set of Unicode letters,
            digits, whitespace, _, ., /, =, +, and -.'
          maxLength: 128
          minLength: 1
          type: string
        Value:
          description: 'The value for the tag. You can specify a value that is 0 to
            256 Unicode characters in length and cannot be prefixed with aws:. You
            can use any of the following characters: the set of Unicode letters, digits,
            whitespace, _, ., /, =, +, and -.'
          maxLength: 256
          minLength: 0
          type: string
      required:
      - Key
      type: object
    type: array
    uniqueItems: true
  type:
    enum:
    - update

Permissions - lightsail:GetBuckets, lightsail:GetInstance, lightsail:UpdateBucket, lightsail:UpdateBucketBundle, lightsail:SetResourceAccessForBucket, lightsail:TagResource, lightsail:UntagResource