PackageReference

class aws_cdk.interfaces.aws_codeartifact.PackageReference(*, package_arn)

Bases: object

A reference to a Package resource.

Parameters:

package_arn (str) – The Arn of the Package 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.interfaces import aws_codeartifact as interfaces_codeartifact

package_reference = interfaces_codeartifact.PackageReference(
    package_arn="packageArn"
)

Attributes

package_arn

The Arn of the Package resource.