AWS Elastic Load Balancing V2 (elasticloadbalancingv2)

2023-12-02

10 new actions, 1 new resource | 2 updated actions

Additions

    Actions
  • AddTrustStoreRevocations
    • Description:  Grants permission to add revocations to a trust store
    • Access:  Write
    • Resources: 

      Name: truststore

      Required: Yes

    • Conditions: 

      aws:ResourceTag/${TagKey}

      elasticloadbalancing:ResourceTag/${TagKey}

  • CreateTrustStore
    • Description:  Grants permission to create a trust store
    • Access:  Write
    • Resources: 

      Name: truststore

      Required: No

    • Conditions: 

      aws:RequestTag/${TagKey}

      aws:TagKeys

      aws:ResourceTag/${TagKey}

      elasticloadbalancing:ResourceTag/${TagKey}

    • Dependents: 

      elasticloadbalancing:AddTags

  • DeleteTrustStore
    • Description:  Grants permission to delete the specified trust store
    • Access:  Write
    • Resources: 

      Name: truststore

      Required: Yes

    • Conditions: 

      aws:ResourceTag/${TagKey}

      elasticloadbalancing:ResourceTag/${TagKey}

  • DescribeTrustStoreAssociations
    • Description:  Grants permission to describe the associations with a trust store
    • Access:  Read
  • DescribeTrustStoreRevocations
    • Description:  Grants permission to describe the specified trust stores revocations or all of your revocations related to a trust store
    • Access:  Read
  • DescribeTrustStores
    • Description:  Grants permission to describe the specified trust stores or all of your trust stores
    • Access:  Read
  • GetTrustStoreCaCertificatesBundle
    • Description:  Grants permission to retrieve a trust store CA certificates bundle
    • Access:  Read
    • Resources: 

      Name: truststore

      Required: Yes

    • Conditions: 

      aws:ResourceTag/${TagKey}

      elasticloadbalancing:ResourceTag/${TagKey}

  • GetTrustStoreRevocationContent
    • Description:  Grants permission to retrieve a trust store revocation content
    • Access:  Read
    • Resources: 

      Name: truststore

      Required: Yes

    • Conditions: 

      aws:ResourceTag/${TagKey}

      elasticloadbalancing:ResourceTag/${TagKey}

  • ModifyTrustStore
    • Description:  Grants permission to modify the specified trust store
    • Access:  Write
    • Resources: 

      Name: truststore

      Required: Yes

    • Conditions: 

      aws:ResourceTag/${TagKey}

      elasticloadbalancing:ResourceTag/${TagKey}

  • RemoveTrustStoreRevocations
    • Description:  Grants permission to remove revocations from a trust store
    • Access:  Write
    • Resources: 

      Name: truststore

      Required: Yes

    • Conditions: 

      aws:ResourceTag/${TagKey}

      elasticloadbalancing:ResourceTag/${TagKey}

    Resources
  • truststore
    • Arn:  arn:${Partition}:elasticloadbalancing:${Region}:${Account}:truststore/${TrustStoreName}/${TrustStoreId}
    • Conditions: 

      aws:ResourceTag/${TagKey}

      elasticloadbalancing:ResourceTag/${TagKey}

Updates