ClusterArgs

constructor(aadApplicationObjectId: Output<String>? = null, aadClientId: Output<String>? = null, aadServicePrincipalObjectId: Output<String>? = null, aadTenantId: Output<String>? = null, cloudManagementEndpoint: Output<String>? = null, clusterName: Output<String>? = null, desiredProperties: Output<ClusterDesiredPropertiesArgs>? = null, location: Output<String>? = null, resourceGroupName: Output<String>? = null, softwareAssuranceProperties: Output<SoftwareAssurancePropertiesArgs>? = null, tags: Output<Map<String, String>>? = null, type: Output<Either<String, ManagedServiceIdentityType>>? = null, userAssignedIdentities: Output<List<String>>? = null)