Platform

class aws_cdk.aws_appconfig.Platform(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

Defines the platform for the AWS AppConfig Lambda extension.

Attributes

ARM_64 = 'ARM_64'
X86_64 = 'X86_64'