ServiceReference

class aws_cdk.interfaces.aws_devopsagent.ServiceReference(*, service_id)

Bases: object

A reference to a Service resource.

Parameters:

service_id (str) – The ServiceId of the Service 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_devopsagent as interfaces_devopsagent

service_reference = interfaces_devopsagent.ServiceReference(
    service_id="serviceId"
)

Attributes

service_id

The ServiceId of the Service resource.