PhysicalResourceId¶
-
class
aws_cdk.custom_resources.
PhysicalResourceId
(*args, **kwargs)¶ Bases:
object
Physical ID of the custom resource.
Attributes
-
id
¶ Literal string to be used as the physical id.
- Return type
Optional
[str
]
-
response_path
¶ Path to a response data element to be used as the physical id.
- Return type
Optional
[str
]
Static Methods
-
classmethod
from_response
(response_path)¶ Extract the physical resource id from the path (dot notation) to the data in the API call response.
- Parameters
response_path (
str
) –- Return type
-
classmethod
of
(id)¶ Explicit physical resource id.
- Parameters
id (
str
) –- Return type
-