CfnDestinationProps¶
-
class
aws_cdk.aws_logs.
CfnDestinationProps
(*, destination_name, destination_policy, role_arn, target_arn)¶ Bases:
object
-
__init__
(*, destination_name, destination_policy, role_arn, target_arn)¶ 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
.
see :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html
Attributes
-
destination_name
¶ AWS::Logs::Destination.DestinationName
.- Return type
str
-
destination_policy
¶ AWS::Logs::Destination.DestinationPolicy
.- Return type
str
-
role_arn
¶ AWS::Logs::Destination.RoleArn
.- Return type
str
-
target_arn
¶ AWS::Logs::Destination.TargetArn
.- Return type
str
-