awscc.iotwireless_partneraccount

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - iotwireless:DisassociateAwsAccountFromPartnerAccount

update

Parent base class for filters and actions.

definitions:
  SidewalkAccountInfo:
    additionalProperties: false
    properties:
      AppServerPrivateKey:
        maxLength: 4096
        minLength: 1
        pattern: '[a-fA-F0-9]{64}'
        type: string
    required:
    - AppServerPrivateKey
    type: object
  SidewalkAccountInfoWithFingerprint:
    additionalProperties: false
    properties:
      AmazonId:
        maxLength: 2048
        type: string
      Arn:
        type: string
      Fingerprint:
        maxLength: 64
        minLength: 64
        pattern: '[a-fA-F0-9]{64}'
        type: string
    type: object
  SidewalkUpdateAccount:
    additionalProperties: false
    properties:
      AppServerPrivateKey:
        maxLength: 4096
        minLength: 1
        pattern: '[a-fA-F0-9]{64}'
        type: string
    type: object
  Tag:
    additionalProperties: false
    properties:
      Key:
        maxLength: 127
        minLength: 1
        type: string
      Value:
        maxLength: 255
        minLength: 1
        type: string
    type: object
properties:
  AccountLinked:
    description: Whether the partner account is linked to the AWS account.
    type: boolean
  Fingerprint:
    description: The fingerprint of the Sidewalk application server private key.
    pattern: '[a-fA-F0-9]{64}'
    type: string
  PartnerType:
    description: The partner type
    enum:
    - Sidewalk
    type: string
  Sidewalk:
    additionalProperties: false
    properties:
      AppServerPrivateKey:
        maxLength: 4096
        minLength: 1
        pattern: '[a-fA-F0-9]{64}'
        type: string
    required:
    - AppServerPrivateKey
    type: object
  SidewalkUpdate:
    additionalProperties: false
    properties:
      AppServerPrivateKey:
        maxLength: 4096
        minLength: 1
        pattern: '[a-fA-F0-9]{64}'
        type: string
    type: object
  Tags:
    description: A list of key-value pairs that contain metadata for the destination.
    insertionOrder: false
    items:
      additionalProperties: false
      properties:
        Key:
          maxLength: 127
          minLength: 1
          type: string
        Value:
          maxLength: 255
          minLength: 1
          type: string
      type: object
    maxItems: 200
    type: array
    uniqueItems: true
  type:
    enum:
    - update

Permissions - iotwireless:UpdatePartnerAccount, iotwireless:UntagResource, iotwireless:ListTagsForResource