ExperimentArgs

constructor(description: Output<String>? = null, enabledState: Output<Either<String, State>>? = null, endpointA: Output<ExperimentEndpointArgs>? = null, endpointB: Output<ExperimentEndpointArgs>? = null, experimentName: Output<String>? = null, location: Output<String>? = null, profileName: Output<String>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null)