Landing Zone Registration Resource Properties Args
data class LandingZoneRegistrationResourcePropertiesArgs(val existingLandingZoneConfigurationId: Output<String>, val existingTopLevelMgId: Output<String>, val managedIdentity: Output<ManagedIdentityPropertiesArgs>? = null) : ConvertibleToJava<LandingZoneRegistrationResourcePropertiesArgs>
The properties of landing zone registration resource type.
Constructors
Link copied to clipboard
constructor(existingLandingZoneConfigurationId: Output<String>, existingTopLevelMgId: Output<String>, managedIdentity: Output<ManagedIdentityPropertiesArgs>? = null)