PortalReference
- class aws_cdk.aws_iotsitewise.PortalReference(*, portal_arn, portal_id)
Bases:
object
A reference to a Portal resource.
- Parameters:
portal_arn (
str
) – The ARN of the Portal resource.portal_id (
str
) – The PortalId of the Portal 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_iotsitewise as iotsitewise portal_reference = iotsitewise.PortalReference( portal_arn="portalArn", portal_id="portalId" )
Attributes
- portal_arn
The ARN of the Portal resource.
- portal_id
The PortalId of the Portal resource.