IntegrationReference
- class aws_cdk.aws_logs.IntegrationReference(*, integration_name)
Bases:
object
A reference to a Integration resource.
- Parameters:
integration_name (
str
) – The IntegrationName of the Integration resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_logs as logs integration_reference = logs.IntegrationReference( integration_name="integrationName" )
Attributes
- integration_name
The IntegrationName of the Integration resource.