ProfileArgs

constructor(allowedEndpointRecordTypes: Output<List<Either<String, AllowedEndpointRecordType>>>? = null, dnsConfig: Output<DnsConfigArgs>? = null, endpoints: Output<List<EndpointArgs>>? = null, id: Output<String>? = null, location: Output<String>? = null, maxReturn: Output<Double>? = null, monitorConfig: Output<MonitorConfigArgs>? = null, name: Output<String>? = null, profileName: Output<String>? = null, profileStatus: Output<Either<String, ProfileStatus>>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null, trafficRoutingMethod: Output<Either<String, TrafficRoutingMethod>>? = null, trafficViewEnrollmentStatus: Output<Either<String, TrafficViewEnrollmentStatus>>? = null, type: Output<String>? = null)