relationshipTypes

@JvmName(name = "cshpuksievjawbhc")
suspend fun relationshipTypes(value: Output<List<String>>)
@JvmName(name = "qfnkoudpifdwjouc")
suspend fun relationshipTypes(value: List<String>?)

Parameters

value

A list of relationship types to output, for example: INSTANCE_TO_INSTANCEGROUP. This field should only be specified if content_type=RELATIONSHIP. * If specified: it outputs specified relationship updates on the asset_names or the asset_types. It returns an error if any of the relationship_types doesn't belong to the supported relationship types of the asset_names or asset_types, or any of the asset_names or the asset_types doesn't belong to the source types of the relationship_types. * Otherwise: it outputs the supported relationships of the types of asset_names and asset_types or returns an error if any of the asset_names or the asset_types has no replationship support. See Introduction to Cloud Asset Inventory for all supported asset types and relationship types.


@JvmName(name = "tcqvsfootxpcjbyg")
suspend fun relationshipTypes(vararg values: Output<String>)


@JvmName(name = "tavhkvjlpbwcyuux")
suspend fun relationshipTypes(values: List<Output<String>>)
@JvmName(name = "dcluaflacyoalheo")
suspend fun relationshipTypes(vararg values: String)

Parameters

values

A list of relationship types to output, for example: INSTANCE_TO_INSTANCEGROUP. This field should only be specified if content_type=RELATIONSHIP. * If specified: it outputs specified relationship updates on the asset_names or the asset_types. It returns an error if any of the relationship_types doesn't belong to the supported relationship types of the asset_names or asset_types, or any of the asset_names or the asset_types doesn't belong to the source types of the relationship_types. * Otherwise: it outputs the supported relationships of the types of asset_names and asset_types or returns an error if any of the asset_names or the asset_types has no replationship support. See Introduction to Cloud Asset Inventory for all supported asset types and relationship types.