SsmExternalParameter

AWS Systems Manager Document external parameter.

Inheritors

Types

Link copied to clipboard
data class DynamicPath(val value: String) : SsmExternalParameter

AWS Systems Manager Document external parameters dynamic path.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this SsmExternalParameter as a DynamicPath and retrieves its kotlin.String value. Throws an exception if the SsmExternalParameter is not a DynamicPath.

Link copied to clipboard

Casts this SsmExternalParameter as a DynamicPath and retrieves its kotlin.String value. Returns null if the SsmExternalParameter is not a DynamicPath.