GetSubscriptionTargetResult

data class GetSubscriptionTargetResult(val applicableAssetTypes: List<String>? = null, val authorizedPrincipals: List<String>? = null, val createdAt: String? = null, val createdBy: String? = null, val domainId: String? = null, val environmentId: String? = null, val id: String? = null, val manageAccessRole: String? = null, val name: String? = null, val projectId: String? = null, val provider: String? = null, val subscriptionTargetConfig: List<SubscriptionTargetForm>? = null, val updatedAt: String? = null, val updatedBy: String? = null)

Constructors

Link copied to clipboard
constructor(applicableAssetTypes: List<String>? = null, authorizedPrincipals: List<String>? = null, createdAt: String? = null, createdBy: String? = null, domainId: String? = null, environmentId: String? = null, id: String? = null, manageAccessRole: String? = null, name: String? = null, projectId: String? = null, provider: String? = null, subscriptionTargetConfig: List<SubscriptionTargetForm>? = null, updatedAt: String? = null, updatedBy: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The asset types that can be included in the subscription target.

Link copied to clipboard

The authorized principals of the subscription target.

Link copied to clipboard
val createdAt: String? = null

The timestamp of when the subscription target was created.

Link copied to clipboard
val createdBy: String? = null

The Amazon DataZone user who created the subscription target.

Link copied to clipboard
val domainId: String? = null

The ID of the Amazon DataZone domain in which subscription target is created.

Link copied to clipboard
val environmentId: String? = null

The ID of the environment in which subscription target is created.

Link copied to clipboard
val id: String? = null

The ID of the subscription target.

Link copied to clipboard

The manage access role that is used to create the subscription target.

Link copied to clipboard
val name: String? = null

The name of the subscription target.

Link copied to clipboard
val projectId: String? = null

The identifier of the project specified in the subscription target.

Link copied to clipboard
val provider: String? = null

The provider of the subscription target.

Link copied to clipboard

The configuration of the subscription target.

Link copied to clipboard
val updatedAt: String? = null

The timestamp of when the subscription target was updated.

Link copied to clipboard
val updatedBy: String? = null

The Amazon DataZone user who updated the subscription target.