AccessLogDestinationConfig¶
-
class
aws_cdk.aws_apigateway.
AccessLogDestinationConfig
(*, destination_arn)¶ Bases:
object
Options when binding a log destination to a RestApi Stage.
- Parameters
destination_arn (
str
) – The Amazon Resource Name (ARN) of the destination resource.
Attributes
-
destination_arn
¶ The Amazon Resource Name (ARN) of the destination resource.
- Return type
str