DynamicPath

data class DynamicPath(val value: String) : SsmExternalParameter

AWS Systems Manager Document external parameters dynamic path.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited 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.