CfnDestinationProps¶
-
class
aws_cdk.aws_logs.
CfnDestinationProps
(*, destination_name, destination_policy, role_arn, target_arn)¶ Bases:
object
Properties for defining a
AWS::Logs::Destination
.- Parameters
destination_name (
str
) –AWS::Logs::Destination.DestinationName
.destination_policy (
str
) –AWS::Logs::Destination.DestinationPolicy
.role_arn (
str
) –AWS::Logs::Destination.RoleArn
.target_arn (
str
) –AWS::Logs::Destination.TargetArn
.
- Link
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html
Attributes
-
destination_name
¶ AWS::Logs::Destination.DestinationName
.
-
destination_policy
¶ AWS::Logs::Destination.DestinationPolicy
.
-
role_arn
¶ AWS::Logs::Destination.RoleArn
.
-
target_arn
¶ AWS::Logs::Destination.TargetArn
.